Compares two RoleInfo objects by performing a comparison of their rolenames

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int Compare(
	Object x,
	Object y
)
Visual Basic
Public Function Compare ( 
	x As Object,
	y As Object
) As Integer

Parameters

x
Type: System..::..Object
One of the items to compare
y
Type: System..::..Object
One of the items to compare

Return Value

An Integer that determines whether x is greater, smaller or equal to y

Implements

IComparer..::..Compare(Object, Object)

See Also