Méthode CoordinateSystem.Equals (CoordinateSystem)
Indique la surcharge Equals.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Function Equals ( _
other As CoordinateSystem _
) As Boolean
'Utilisation
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
Paramètres
- other
Type : System.Spatial.CoordinateSystem
Autre CoordinateSystem.
Valeur de retour
Type : System.Boolean
True si égal.