Partager via


Méthode GeographyMultiPoint.Equals (GeographyMultiPoint)

Détermine si cette instance et une autre instance géographique spécifiée ont la même valeur.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As GeographyMultiPoint _
) As Boolean
'Utilisation
Dim instance As GeographyMultiPoint
Dim other As GeographyMultiPoint
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    GeographyMultiPoint other
)
public:
bool Equals(
    GeographyMultiPoint^ other
)
member Equals : 
        other:GeographyMultiPoint -> bool 
public function Equals(
    other : GeographyMultiPoint
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si la valeur du paramètre de valeur est identique à cette instance ; sinon, false.

Voir aussi

Référence

GeographyMultiPoint Classe

Surcharge Equals

Espace de noms System.Spatial