IFluentInterface.Equals Method

Redeclaration that hides the Equals(Object) method from IntelliSense.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Function Equals ( _
    obj As Object _
) As Boolean
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
bool Equals(
    Object obj
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool Equals(
    Object^ obj
)
function Equals(
    obj : Object
) : boolean

Parameters

See Also

IFluentInterface Interface

Microsoft.Practices.EnterpriseLibrary.Common Namespace