Point2DEquals(Object) Method |
Specifies whether this point contains the same coordinates as the specified object.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax public override bool Equals(
Object obj
)
Parameters
- obj Object
- The object to test.
Return Value
BooleanTrue if
obj is a
Point2D and has the same coordinates as this
Point2D.
See Also