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