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