Пример #1
0
 public bool Equals(HazardousUsageEvaluator other)
 {
     return(other != null &&
            this.ContainingTypeName == other.ContainingTypeName &&
            this.MethodName == other.MethodName &&
            this.ParameterNameOfPropertySetObject == other.ParameterNameOfPropertySetObject &&
            this.InvocationEvaluator == other.InvocationEvaluator);
 }
Пример #2
0
 public bool Equals(HazardousUsageEvaluator other)
 {
     return(other != null &&
            this.InstanceTypeName == other.InstanceTypeName &&
            this.MethodName == other.MethodName &&
            this.ParameterNameOfPropertySetObject == other.ParameterNameOfPropertySetObject &&
            this.Evaluator == other.Evaluator);
 }