GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int
Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(YamlNode.CombineHashCodes(base.GetHashCode(), YamlNode.GetHashCode(Value)));
 }