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