public bool Equals(AssociationFacade other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Equals(other.assoc, assoc)); }
public bool Equals(AssociationFacade other) { if (ReferenceEquals(null, other)) { return false; } if (ReferenceEquals(this, other)) { return true; } return Equals(other.WrappedSpec, WrappedSpec); }