Пример #1
0
 public override int GetHashCode()
 {
     return(ThriftyUtilities.Hash(this.QualifiedName, this.ReturnType, this.Parameters, this.Method, this.Exceptions, this.IsOneWay));
 }
Пример #2
0
 public override int GetHashCode()
 {
     return(ThriftyUtilities.Hash(this.ServiceName, this.Version));
 }