Méthode GeometryMultiPolygon.Equals (GeometryMultiPolygon)
Détermine si cette instance et une autre instance géométrique 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 GeometryMultiPolygon _
) As Boolean
'Utilisation
Dim instance As GeometryMultiPolygon
Dim other As GeometryMultiPolygon
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
GeometryMultiPolygon other
)
public:
bool Equals(
GeometryMultiPolygon^ other
)
member Equals :
other:GeometryMultiPolygon -> bool
public function Equals(
other : GeometryMultiPolygon
) : boolean
Paramètres
- other
Type : System.Spatial.GeometryMultiPolygon
Géométrie à comparer à cette instance.
Valeur de retour
Type : System.Boolean
true si la valeur du paramètre de valeur est identique à cette instance ; sinon, false.