Esempio n. 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);
 }
Esempio n. 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));
 }