Split.Equals(Split) 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.
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.