Table of Contents

Class GroupNameComparer

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Security.dll
Compares group names
public class GroupNameComparer : IComparer<Group>
Inheritance
GroupNameComparer
Implements
Inherited Members

Methods

Compare(Group, Group)

Compares two objects and returns a value indicating whether one' name is equal to, or not than the other' group name.
public int Compare(Group x, Group y)

Parameters

x Group
First group
y Group
Second croup

Returns

int
A signed Integer that indicates the relative values Of x And y, As shown In the following table.Value Meaning Less than zerox Is less than y.Zerox equals y.Greater than zerox Is greater than y.
To top