1 write to First
Microsoft.ML.Tokenizers (1)
Model\Pair.cs (1)
20First = first;
5 references to First
Microsoft.ML.Tokenizers (5)
Model\Pair.cs (5)
24public bool Equals(Pair<T> other) => First.Equals(other.First) && Second.Equals(other.Second); 29hashcode = (hashcode * 37) + First.GetHashCode(); 37int compareFirst = First.CompareTo(other.First);