Method Equals
Equals(object)
Determines whether the specified object is equal to the current GridLength.
public override bool Equals(object oCompare)
Parameters
oCompare
objectThe object to compare with the current GridLength.
Returns
- bool
true if the specified object is equal to the current GridLength; otherwise, false.
Equals(GridLength)
Determines whether the specified value is equal to the current GridLength.
public bool Equals(GridLength gridLength)
Parameters
gridLength
GridLengthThe value to compare with the current GridLength.
Returns
- bool
true if the specified value is equal to the current GridLength; otherwise, false.