次の方法で共有


MachineLearningClusterPurpose.Equals(MachineLearningClusterPurpose) メソッド

定義

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

public bool Equals (Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose other);
override this.Equals : Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose -> bool
Public Function Equals (other As MachineLearningClusterPurpose) As Boolean

パラメーター

other
MachineLearningClusterPurpose

このオブジェクトと比較するオブジェクト。

戻り値

現在のオブジェクトが other パラメーターと等しい場合は true、それ以外の場合は false です。

実装

適用対象