AddedToken.Equals(AddedToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two token instances are equal.
public bool Equals (Microsoft.ML.Tokenizers.AddedToken other);
override this.Equals : Microsoft.ML.Tokenizers.AddedToken -> bool
Public Function Equals (other As AddedToken) As Boolean
Parameters
- other
- AddedToken
The token to compare with the current token.