MobileForms Toolkit Documentation

Mapping Inequality Operator 

Tests whether two Mapping structures are different.

public static bool operator !=(
Mapping m1,
Mapping m2
);

Parameters

m1
The Mapping object on the left of the inequality operator.
m2
The Mapping object on the right of the inequality operator.

Return Value

true if l1 and l2 differ either in latitude or longitude; false if l1 and l2 are equal.

See Also

Mapping Class | Resco.Controls.AdvancedList Namespace