SiteTermElement.Equals (Object) Method (BCL)

Use this method to determine whether two Object instances are equal.

Definition

[Visual Basic .NET]

Overridable Public Function Equals( _ByValobj As System.Object _
) As System.Boolean

[C#]

public virtual System.Boolean Equals(System.Objectobj);

Parameters

[Visual Basic .NET]

  • obj
    The object to compare with the current Object.

[C#]

  • obj
    The object to compare with the current Object.

Return Value

A value of True if the specified Object is equal to the current Object; otherwise, False.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Build a Login Page

Code to Use the SiteTerm Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.