Compartir a través de


GeographyPoint.Equals Método (GeographyPoint)

Determina si esta instancia y otra instancia de geografía especificada tienen el mismo valor.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public Function Equals ( _
    other As GeographyPoint _
) As Boolean
'Uso
Dim instance As GeographyPoint
Dim other As GeographyPoint
Dim returnValue As Boolean

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

Parámetros

Valor devuelto

Tipo: System.Boolean
Es true si el valor del parámetro de valor es igual que esta instancia; de lo contrario, es false.

Vea también

Referencia

GeographyPoint Clase

Sobrecarga de Equals

Espacio de nombres System.Spatial