DataGridLength.Equality(DataGridLength, DataGridLength) Operator

Definition

Overloaded operator, compares 2 DataGridLength's.

public static bool operator == (Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength gl1, Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength gl2);
static member ( = ) : Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength * Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength -> bool
Public Shared Operator == (gl1 As DataGridLength, gl2 As DataGridLength) As Boolean

Parameters

gl1
DataGridLength

first DataGridLength to compare.

gl2
DataGridLength

second DataGridLength to compare.

Returns

true if specified DataGridLength have same value, unit type, desired value, and display value.

Applies to