3 overrides of IsEquivalentTo
System.ServiceModel (3)
System\UriTemplateCompoundPathSegment.cs (1)
138public override bool IsEquivalentTo(UriTemplatePathSegment other, bool ignoreTrailingSlash)
System\UriTemplateLiteralPathSegment.cs (1)
110public override bool IsEquivalentTo(UriTemplatePathSegment other, bool ignoreTrailingSlash)
System\UriTemplateVariablePathSegment.cs (1)
42public override bool IsEquivalentTo(UriTemplatePathSegment other, bool ignoreTrailingSlash)
2 references to IsEquivalentTo
System.ServiceModel (2)
System\UriTemplate.cs (2)
589if (!this.segments[i].IsEquivalentTo(other.segments[i], 849if (!this.segments[i].IsEquivalentTo(other.segments[i],