GetHashCode() public method

GetHashCode
public GetHashCode ( ) : int
return int
Beispiel #1
0
 /// <summary>
 /// GetHashCode
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(Position.GetHashCode());
 }