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.
Determines whether the specified Object is equal to the current Object.

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

Syntax

C#Copy imageCopy Code
public override bool Equals(
	 obj
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function Equals ( _
	obj As  _
) As 

Parameters

obj
Object
The Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

Exceptions

ExceptionCondition
System..::..NullReferenceExceptionThe obj parameter is null.

See Also

Advanced