Click or drag to resize

VGPrincipalPermissionEquals Method

Determines whether the specified PrincipalPermission object is equal to the current PrincipalPermission.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The PrincipalPermission object to compare with the current PrincipalPermission.

Return Value

Type: Boolean
true if the specified PrincipalPermission is equal to the current PrincipalPermission object; otherwise, false.
See Also