GridLength.Equals(Object) Method

Definition

Test the equality of this GridLength and another one.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parameters

obj
System.Object

A GridLength to compare to.

Returns

System.Boolean

true is the GridLength are equal. False otherwise.

Applies to