CorePropertyManager.OrderCompare Method
This member overrides PropertyBaseManager<T>.OrderCompare(T, T).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides Function OrderCompare ( _
propertyA As CoreProperty, _
propertyB As CoreProperty _
) As Integer
'Usage
Dim propertyA As CoreProperty
Dim propertyB As CoreProperty
Dim returnValue As Integer
returnValue = Me.OrderCompare(propertyA, _
propertyB)
protected override int OrderCompare(
CoreProperty propertyA,
CoreProperty propertyB
)
Parameters
- propertyA
Type: Microsoft.Office.Server.UserProfiles.CoreProperty
- propertyB
Type: Microsoft.Office.Server.UserProfiles.CoreProperty
Return Value
Type: System.Int32