Operator operator !=
operator !=(ARWorldMap, ARWorldMap)
Tests for inequality. Same as !
Equals(ARWorldMap).
Declaration
public static bool operator !=(ARWorldMap lhs, ARWorldMap rhs)
Parameters
Type | Name | Description |
---|---|---|
ARWorldMap | lhs | The left-hand side of the comparison. |
ARWorldMap | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool |
|