Example #1
0
 public override int GetHashCode()
 {
     return(GridUnitType.GetHashCode() ^ Value.GetHashCode());
 }
Example #2
0
 /// <summary>
 /// Gets a hash code for the GridLength.
 /// </summary>
 /// <returns>The hash code.</returns>
 public override int GetHashCode()
 {
     return(value.GetHashCode() ^ type.GetHashCode());
 }
Example #3
0
 public override int GetHashCode() => GridUnitType.GetHashCode() ^ Value.GetHashCode();