Method Equals
Equals(object?)
Determines whether the specified object is equal to the current GridLength.
public override bool Equals(object? oCompare)
Parameters
oCompareobjectThe 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
gridLengthGridLengthThe value to compare with the current GridLength.
Returns
- bool
true if the specified value is equal to the current GridLength; otherwise, false.