Beispiel #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((BootstrapMethodReference.GetHashCode() * 397) ^ Arguments.GetHashCode());
     }
 }
Beispiel #2
0
 public bool Equals(BootstrapMethod other)
 {
     return(BootstrapMethodReference.Equals(other.BootstrapMethodReference) && Arguments.Equals(other.Arguments));
 }