Implemented interface member:
1 reference to Equals
Microsoft.Extensions.AI.Evaluation.NLP (1)
Common\NGram.cs (1)
37public override bool Equals(object? obj) => obj is NGram<T> other && Equals(other);