Tests to see whether the specified object is a
SizeD with the same dimensions as this
SizeD.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
C# |
---|
public override bool Equals(
Object obj
) |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) override |
JavaScript |
---|
function equals(obj); |
Parameters
- obj
- Type: System..::..Object
The Object to test.
Return Value
This method returns true if obj is a
SizeD and has the same width and height as this
SizeD; otherwise, false.
See Also