Operator operator ==
operator ==(GridLength, GridLength)
Overloaded operator, compares 2 GridLength's.
public static bool operator ==(GridLength gl1, GridLength gl2)
Parameters
gl1
GridLengthfirst GridLength to compare.
gl2
GridLengthsecond GridLength to compare.
Returns
- bool
true if specified GridLengths have same value and unit type.