Tests whether two SizeD structures are equal.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Operator = ( _ sz1 As SizeD, _ sz2 As SizeD _ ) As Boolean |
| C# |
|---|
public static bool operator ==( SizeD sz1, SizeD sz2 ) |
| Visual C++ |
|---|
public: static bool operator ==( SizeD sz1, SizeD sz2 ) |
Parameters
- sz1
- Type: EGIS.ShapeFileLib..::.SizeD
The SizeD structure on the left side of the equality operator.
- sz2
- Type: EGIS.ShapeFileLib..::.SizeD
The SizeD structure on the right of the equality operator.