Equals() public method

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