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