Compares two module entries and returns an indication of their relative sort order.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- first
- Type: CMS.Core ModuleEntry
A module entry to compare to second.
- second
- Type: CMS.Core ModuleEntry
A module entry to compare to first.
Return Value
Type: Int32A signed integer that indicates the relative values of first and second.
See Also