Windows.UI.Xaml.GridLength.Equals C# (CSharp) Method

Equals() public method

public Equals ( global gridLength ) : bool
gridLength global
return bool
        public bool Equals(global::Windows.UI.Xaml.GridLength gridLength) { throw null; }
        [global::System.Security.SecuritySafeCriticalAttribute]

Same methods

GridLength::Equals ( object oCompare ) : bool

Usage Example

Exemplo n.º 1
0
 public static bool Equals(GridLength target, GridLength value) => target.Equals(value);