Skip to main content

MapUnit.Equality(MapUnit, MapUnit) Operator

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
unit1 MapUnit

The first object to check equality.

unit2 MapUnit

The second object to check equality.

Returns

Type Description
Boolean

true if passed objects are equal; otherwise false.

See Also