GetHashCode() public method

Returns a hash code.

public GetHashCode ( ) : int
return int
Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(_Size.GetHashCode() ^ _ColorDepth.GetHashCode());
 }