Click or drag to resize
Galactic API

ActiveDirectoryObjectEquals Method (ActiveDirectoryObject, ActiveDirectoryObject)

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(
	ActiveDirectoryObject x,
	ActiveDirectoryObject y
)

Parameters

x
Type: Galactic.ActiveDirectoryActiveDirectoryObject
The first ActiveDirectoryObject to check.
y
Type: Galactic.ActiveDirectoryActiveDirectoryObject
The second ActiveDirectoryObject to check against.

Return Value

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

Implements

IEqualityComparerTEquals(T, T)
See Also