UnitType.op_Inequality

UnitType Inequality operator

Determines whether the two specified UnitType values are not equal.

public static bool operator !=(UnitType first, UnitType second)
ParameterTypeDescription
firstUnitTypeThe first UnitType value to compare.
secondUnitTypeThe second UnitType value to compare.

Return Value

true if the both UnitType are not equal; otherwise, false.

See Also