Partager via


Méthode GeographyPolygon.Equals (GeographyPolygon)

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 GeographyPolygon _
) As Boolean
'Utilisation
Dim instance As GeographyPolygon
Dim other As GeographyPolygon
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    GeographyPolygon other
)
public:
bool Equals(
    GeographyPolygon^ other
)
member Equals : 
        other:GeographyPolygon -> bool 
public function Equals(
    other : GeographyPolygon
) : 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

GeographyPolygon Classe

Surcharge Equals

Espace de noms System.Spatial