次の方法で共有


ServerCallLocator.Equals(CallLocator) メソッド

定義

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

public override bool Equals (Azure.Communication.CallAutomation.CallLocator other);
override this.Equals : Azure.Communication.CallAutomation.CallLocator -> bool
Public Overrides Function Equals (other As CallLocator) As Boolean

パラメーター

other
CallLocator

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

戻り値

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

適用対象