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