Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / ZeroAsNullInt Class / Equals Method / Equals(Object,Object) Method
The first object
The 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
    The first object
    y
    The second object

    Return Value

    A value indicating whether 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