PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Implements the operator ==.

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static bool operator ==(
	 obj1,
	 obj2
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Operator = ( _
	obj1 As , _
	obj2 As  _
) As 

Parameters

obj1
SecurityIdentity
The obj1.
obj2
SecurityIdentity
The obj2.

Return Value

The result of the operator.

See Also

Advanced