Exemple #1
0
 public bool Equals(CandidateObjectCreationProblem other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(Equals(other._involvedFields, _involvedFields) && Equals(other._targetField, _targetField) && Equals(other._detailDescription, _detailDescription) && Equals(other._branchLocation, _branchLocation) && Equals(other._targetType, _targetType));
 }
 public bool Equals(CandidateObjectCreationProblem other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return Equals(other._involvedFields, _involvedFields) && Equals(other._targetField, _targetField) && Equals(other._detailDescription, _detailDescription) && Equals(other._branchLocation, _branchLocation) && Equals(other._targetType, _targetType);
 }