Creates an instance of the class VGRoleComparer

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public VGRoleComparer(
	VGRoleComparer..::..SortColumn column,
	bool ignoreCase,
	ListSortDirection sortDirection
)
Visual Basic
Public Sub New ( 
	column As VGRoleComparer..::..SortColumn,
	ignoreCase As Boolean,
	sortDirection As ListSortDirection
)

Parameters

column
Type: Novalys.VisualGuard.Security.Membership..::..VGRoleComparer..::..SortColumn
The column used for the comparison
ignoreCase
Type: System..::..Boolean
Indicates whether the comparison is case sensitive or not
sortDirection
Type: System.ComponentModel..::..ListSortDirection
Indicates the direction of the sort.

See Also