Share via


AddedToken.Equals(AddedToken) Method

Definition

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.

Returns

Implements

Applies to