 | ICoordinateSystemIsEqual Method |
Compares instances of coordinate systems.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool IsEqual(
ICoordinateSystem coordinateSystem
)
Function IsEqual (
coordinateSystem As ICoordinateSystem
) As Boolean
Dim instance As ICoordinateSystem
Dim coordinateSystem As ICoordinateSystem
Dim returnValue As Boolean
returnValue = instance.IsEqual(coordinateSystem)
Parameters
- coordinateSystem
- Type: EMInvent.InventSim.COMServerICoordinateSystem
Coordinate system to compare.
Return Value
Type:
BooleanTrue if the coordinate systems are equal; otherwise, false.
See Also