Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.Core
ModuleEntryComparer Class
ModuleEntryComparer Methods
Compare Method
ModuleEntryComparer
Compare 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#
Copy
public
int
Compare
(
ModuleEntry
first
,
ModuleEntry
second
)
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:
Int32
A signed integer that indicates the relative values of
first
and
second
.
Implements
IComparer
T
Compare(T, T)
See Also
Reference
ModuleEntryComparer Class
CMS.Core Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com