Inheritance: System.Attribute
 protected bool Equals(RouteDefaultAttribute other)
 {
     return base.Equals(other) && string.Equals(Path, other.Path) && string.Equals(Verbs, other.Verbs);
 }
Example #2
0
 protected bool Equals(RouteDefaultAttribute other)
 {
     return(base.Equals(other) && string.Equals(Path, other.Path) && string.Equals(Verbs, other.Verbs));
 }