次の方法で共有


DisplayTarget.IsEqual(DisplayTarget) メソッド

定義

ターゲットのすべてのプロパティが別のターゲットと等しいかどうかを判断します。これは、ターゲットに変更がないことを示します。

public:
 virtual bool IsEqual(DisplayTarget ^ otherTarget) = IsEqual;
bool IsEqual(DisplayTarget const& otherTarget);
public bool IsEqual(DisplayTarget otherTarget);
function isEqual(otherTarget)
Public Function IsEqual (otherTarget As DisplayTarget) As Boolean

パラメーター

otherTarget
DisplayTarget

戻り値

Boolean

bool

適用対象