Freigeben über


GeographyPosition.Inequality-Operator

Führt einen Ungleichheitsvergleich durch.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As GeographyPosition, _
    right As GeographyPosition _
) As Boolean
'Usage
Dim left As GeographyPosition
Dim right As GeographyPosition
Dim returnValue As Boolean

returnValue = (left <> right)
public static bool operator !=(
    GeographyPosition left,
    GeographyPosition right
)
public:
static bool operator !=(
    GeographyPosition^ left, 
    GeographyPosition^ right
)
static let inline (<>)
        left:GeographyPosition * 
        right:GeographyPosition  : bool
JScript unterstützt die Verwendung von überladenen Operatoren, jedoch nicht die Deklaration neuer überladener Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn links nicht gleich rechts ist, andernfalls false.

Siehe auch

Verweis

GeographyPosition Klasse

System.Spatial-Namespace