3 overrides of IsEquivalentTo
System.ServiceModel (3)
System\UriTemplateLiteralQueryValue.cs (1)
65
public override bool
IsEquivalentTo
(UriTemplateQueryValue other)
System\UriTemplateQueryValue.cs (1)
94
public override bool
IsEquivalentTo
(UriTemplateQueryValue other)
System\UriTemplateVariableQueryValue.cs (1)
35
public override bool
IsEquivalentTo
(UriTemplateQueryValue other)
1 reference to IsEquivalentTo
System.ServiceModel (1)
System\UriTemplate.cs (1)
611
if (!utqv.
IsEquivalentTo
(otherUtqv))