DataGridClipboardCellContent.Equals(Object) メソッド

定義

現在の DataGridClipboardCellContent インスタンスと指定したインスタンスが等しいかどうかを示します。

public:
 override bool Equals(System::Object ^ data);
public override bool Equals (object data);
override this.Equals : obj -> bool
Public Overrides Function Equals (data As Object) As Boolean

パラメーター

data
Object

現在の DataGridClipboardCellContent インスタンスと比較する DataGridClipboardCellContent インスタンス。

戻り値

Boolean

現在の DataGridClipboardCellContent インスタンスと指定したインスタンスの ItemColumnContent の各プロパティ値が等しい場合は true。それ以外の場合は false

適用対象

こちらもご覧ください