public struct DataGridClipboardCellContentPublic Structure DataGridClipboardCellContent[<SealedAttribute>]
type DataGridClipboardCellContent =
struct
inherit ValueType
end| Column | DataGridColumn containing the cell. |
| Content | Cell content. |
| Item | DataGrid row item containing the cell. |
| Equals(Object) |
Field-by-field comparison to avoid reflection-based ValueType.Equals.
(Overrides ValueTypeEquals(Object)) |
| GetHashCode |
Returns a deterministic hash code.
(Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Equality(DataGridClipboardCellContent, DataGridClipboardCellContent) | Field-by-field comparison to avoid reflection-based ValueType.Equals. |
| Inequality(DataGridClipboardCellContent, DataGridClipboardCellContent) | Field-by-field comparison to avoid reflection-based ValueType.Equals. |