UnitType.op_Equality

UnitType Equality operator

Determines whether the two specified UnitType values are 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 equal; otherwise, false.

See Also