/// <summary> /// /// </summary> /// <param name="other"></param> /// <returns></returns> public bool Equals(RouteSchedule other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Equals(other.Tag, Tag)); }
/// <summary> /// /// </summary> /// <param name="other"></param> /// <returns></returns> public bool Equals(RouteSchedule other) { if (ReferenceEquals(null, other)) return false; if (ReferenceEquals(this, other)) return true; return Equals(other.Tag, Tag); }