Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / UrlEncodedDictionary Class / Equals Method / Equals(Object,Object) Method
first object
second object
In This Topic
    Equals(Object,Object) Method
    In This Topic
    Compare two instances of the class mapped by this type for persistent "equality" ie. equality of persistent state
    Syntax
    public new bool Equals( 
       object x,
       object y
    )

    Parameters

    x
    first object
    y
    second object

    Return Value

    A value indicating wither the two objects are equal
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also