Operator operator !=
operator !=(GridLength, GridLength)
Determines whether two specified instances of GridLength are not equal.
public static bool operator !=(GridLength gl1, GridLength gl2)
Parameters
gl1
GridLengthThe first value to compare.
gl2
GridLengthThe second value to compare.
Returns
- bool
true if the two instances of GridLength are not equal; otherwise, false.