GetHashCode() public method

public GetHashCode ( ) : int
return int
示例#1
0
 public override int GetHashCode()
 {
     return(Location.GetHashCode() ^ Size.GetHashCode());
 }