op_Inequality

Dimensions Inequality operator

Checks whether two “Dimensions” values are not equal, i.e. their corresponding width and/or height are different

public static bool operator !=(Dimensions first, Dimensions second)
Parameter Type Description
first Dimensions First instance to check
second Dimensions Second instance to check

Return Value

True if are unequal, false if are equal

See Also