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

MapUnit.Inequality(MapUnit, MapUnit) Operator

Compares two MapUnit objects. The result specifies whether these objects are unequal.

Namespace: DevExpress.Xpf.Map

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

Declaration

public static bool operator !=(MapUnit unit1, MapUnit unit2)

Parameters

Name Type Description
unit1 MapUnit

The first object to check inequality.

unit2 MapUnit

The first object to check inequality.

Returns

Type Description
Boolean

true if passed objects are deffer; otherwise false.

See Also