次の方法で共有


Split.Equals(Split) メソッド

定義

現在の Split オブジェクトが別の Split オブジェクトと等しいかどうかを示します。

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

パラメーター

other
Split

現在のオブジェクトと比較する Split オブジェクト。

戻り値

実装

適用対象