Metodo CoordinateSystem.Equals (CoordinateSystem)
Indica l'overload dell'oggetto Equals.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public Function Equals ( _
other As CoordinateSystem _
) As Boolean
'Utilizzo
Dim instance As CoordinateSystem
Dim other As CoordinateSystem
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
CoordinateSystem other
)
public:
bool Equals(
CoordinateSystem^ other
)
member Equals :
other:CoordinateSystem -> bool
public function Equals(
other : CoordinateSystem
) : boolean
Parametri
- other
Tipo: System.Spatial.CoordinateSystem
Altro sistema di coordinate.
Valore restituito
Tipo: System.Boolean
True se uguale.