Class ProfilePropertyDefinitionComparer
The ProfilePropertyDefinitionComparer class provides an implementation of
Inheritance
System.Object
ProfilePropertyDefinitionComparer
Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke.dll
Syntax
public class ProfilePropertyDefinitionComparer : IComparer
Methods
| Improve this Doc View SourceCompare(Object, Object)
Compares two ProfilePropertyDefinition objects.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | A ProfilePropertyDefinition object. |
System.Object | y | The other ProfilePropertyDefinition object. |
Returns
Type | Description |
---|---|
System.Int32 | An integer indicating whether x greater than y, x=y or x less than y. |