protected bool Equals(RouteDefaultAttribute other) { return base.Equals(other) && string.Equals(Path, other.Path) && string.Equals(Verbs, other.Verbs); }
protected bool Equals(RouteDefaultAttribute other) { return(base.Equals(other) && string.Equals(Path, other.Path) && string.Equals(Verbs, other.Verbs)); }