Beispiel #1
0
 protected bool Equals(BindingMethod other)
 {
     return Equals(Type, other.Type) && string.Equals(Name, other.Name) && Equals(Parameters, other.Parameters) && Equals(ReturnType, other.ReturnType);
 }
Beispiel #2
0
 protected bool Equals(BindingMethod other)
 {
     return(Equals(Type, other.Type) && string.Equals(Name, other.Name) && Equals(Parameters, other.Parameters) && Equals(ReturnType, other.ReturnType));
 }