Skip to main content
A newer version of this page is available. .

ProjectionBase.Inequality(ProjectionBase, ProjectionBase) Operator

Compares two ProjectionBase objects. The result specifies whether these objects are unequal.s

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public static bool operator !=(ProjectionBase x, ProjectionBase y)

Parameters

Name Type Description
x ProjectionBase

The first object to check inequality.

y ProjectionBase

The second object to check inequality.

Returns

Type Description
Boolean

true if passed objects are deffer; otherwise false.

See Also