Click or drag to resize
Galactic API

SecurityPrincipalEquals Method (SecurityPrincipal, SecurityPrincipal)

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

Parameters

x
Type: Galactic.ActiveDirectorySecurityPrincipal
The first SecurityPrincipal to check.
y
Type: Galactic.ActiveDirectorySecurityPrincipal
The second SecurityPrincipal to check against.

Return Value

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

Implements

IEqualityComparerTEquals(T, T)
See Also