Partager via


Méthode GeographyMultiPolygon.Equals (GeographyMultiPolygon)

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

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

GeographyMultiPolygon Classe

Surcharge Equals

Espace de noms System.Spatial