public bool Equals(HintRootWpf other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Equals(other._fe, _fe)); }
public bool Equals(HintRootWpf other) { if (ReferenceEquals(null, other)) return false; if (ReferenceEquals(this, other)) return true; return Equals(other._fe, _fe); }