Click or drag to resize
Galactic API

GroupEquals Method (Group, Group)

Checks whether x and y are equal (using GUIDs).

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Equals(
	Group x,
	Group y
)

Parameters

x
Type: Galactic.ActiveDirectoryGroup
The first Group to check.
y
Type: Galactic.ActiveDirectoryGroup
The second Group to check against.

Return Value

Type: Boolean
True if the objects are equal, false otherwise.
See Also