Click or drag to resize
ModuleEntryComparerCompare Method
Compares two module entries and returns an indication of their relative sort order.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public int Compare(
	ModuleEntry first,
	ModuleEntry second
)

Parameters

first
Type: CMS.CoreModuleEntry
A module entry to compare to second.
second
Type: CMS.CoreModuleEntry
A module entry to compare to first.

Return Value

Type: Int32
A signed integer that indicates the relative values of first and second.

Implements

IComparerTCompare(T, T)
See Also