DataGridClipboardCellContent.GetHashCode Method

Definition

Returns the hash code for this DataGridClipboardCellContent instance.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

The hash code for this DataGridClipboardCellContent instance.

Remarks

The hash code is based on the Item, Column, and Content property values.

Applies to

See also