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