SfDataGridBehaviorAssociatedDataGridEquals Method

Determines whether the specified SfDataGrid object is equivalent to the current associated SfDataGrid object.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public bool AssociatedDataGridEquals(
	SfDataGrid sfDataGrid
)

Parameters

sfDataGrid  SfDataGrid
SfDataGrid object to compare

Return Value

Boolean
if the specified SfDataGrid object is equivalent to the current associated SfDataGrid objec; otherwise, .

See Also