Compares two ProfilePropertyDefinition objects

Namespace: DotNetNuke.Entities.Profile
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
A ProfilePropertyDefinition object
y
Type: System..::..Object
A ProfilePropertyDefinition object

Return Value

An integer indicating whether x greater than y, x=y or x less than y

Implements

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

See Also