GetHashCode() public method

Returns a hash code.

public GetHashCode ( ) : int
return int
コード例 #1
0
 public override int GetHashCode()
 {
     return(_Size.GetHashCode() ^ _ColorDepth.GetHashCode());
 }