GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int
Пример #1
0
 public bool Equals(SerializationOptions other) {
     return (other != null) && GetHashCode().Equals(other.GetHashCode());
 }
Пример #2
0
 public bool Equals(SerializationOptions other)
 {
     return((other != null) && GetHashCode().Equals(other.GetHashCode()));
 }