Tests whether two RectangleD structures differ in location or size.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Operator <> ( _ left As RectangleD, _ right As RectangleD _ ) As Boolean |
| C# |
|---|
public static bool operator !=( RectangleD left, RectangleD right ) |
| Visual C++ |
|---|
public: static bool operator !=( RectangleD left, RectangleD right ) |
Parameters
- left
- Type: EGIS.ShapeFileLib..::.RectangleD
The RectangleD structure that is to the left of the inequality operator.
- right
- Type: EGIS.ShapeFileLib..::.RectangleD
The RectangleD structure that is to the right of the inequality operator.