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.7.0
Syntaxpublic override bool Equals(
Object other
)
Parameters
- other Object
- The object to test.
Return Value
BooleanTrue if
other is a
Point2D and has the same coordinates as this
Point2D.
See Also