Exemple #1
0
 public bool Equals(ConceptAwareAliasToBeanResultTransformer other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     return(ReferenceEquals(this, other) || Equals(other._resultClass, _resultClass));
 }
 public bool Equals(ConceptAwareAliasToBeanResultTransformer other)
 {
     if (ReferenceEquals(null, other))
     {
         return false;
     }
     return ReferenceEquals(this, other) || Equals(other._resultClass, _resultClass);
 }