GetHashCode() public method

public GetHashCode ( ) : int
return int
 public bool Equals(SerializationOptions other) {
     return (other != null) && GetHashCode().Equals(other.GetHashCode());
 }
 public bool Equals(SerializationOptions other)
 {
     return((other != null) && GetHashCode().Equals(other.GetHashCode()));
 }