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