Click or drag to resize
Galactic API

UserEquals Method (User, User)

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

Parameters

x
Type: Galactic.ActiveDirectoryUser
The first User to check.
y
Type: Galactic.ActiveDirectoryUser
The second User to check against.

Return Value

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

Implements

IEqualityComparerTEquals(T, T)
See Also