1 write to Second
Microsoft.ML.Tokenizers (1)
Model\Pair.cs (1)
21Second = second;
5 references to Second
Microsoft.ML.Tokenizers (5)
Model\Pair.cs (5)
24public bool Equals(Pair<T> other) => First.Equals(other.First) && Second.Equals(other.Second); 30hashcode = (hashcode * 37) + Second.GetHashCode(); 38return compareFirst == 0 ? Second.CompareTo(other.Second) : compareFirst;