Share via


Split.Equals(Split) Method

Definition

Indicates whether the current Split object is equal to another Split object.

public bool Equals (Microsoft.ML.Tokenizers.Split? other);
override this.Equals : Microsoft.ML.Tokenizers.Split -> bool
Public Function Equals (other As Split) As Boolean

Parameters

other
Split

The Split object to compare with the current object.

Returns

Implements

Applies to