GetHashCode() public method

public GetHashCode ( ) : int
return int
コード例 #1
0
 public override int GetHashCode()
 {
     return(5 * FromAddr.GetHashCode() + 37 * ToAddr.GetHashCode());
 }