3 references to UrlCacheKey
Microsoft.Extensions.AI.Evaluation.Safety (3)
ContentSafetyService.UrlCacheKey.cs (3)
16
: IEquatable<
UrlCacheKey
>
21
public bool Equals(
UrlCacheKey
? other)
38
=> other is
UrlCacheKey
otherKey && Equals(otherKey);