CoordinateSystem.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Equals(CoordinateSystem) |
Indicates the Equals overload. |
| Equals(Object) |
Indicates the Equals overload. |
Equals(CoordinateSystem)
Indicates the Equals overload.
public bool Equals(Microsoft.Spatial.CoordinateSystem other);
override this.Equals : Microsoft.Spatial.CoordinateSystem -> bool
Public Function Equals (other As CoordinateSystem) As Boolean
Parameters
- other
- CoordinateSystem
The other CoordinateSystem.
Returns
True if equal.