GeoCoordinateInequality Operator

Overloads the not-equal-to operator for GeoCoordinate instances.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static bool operator !=(
	GeoCoordinate? left,
	GeoCoordinate? right
)

Parameters

left  GeoCoordinate
The left GeoCoordinate object or null.
right  GeoCoordinate
The right GeoCoordinate object or null.

Return Value

Boolean
true if the values of left and right are not equal, otherwise false.

See Also