Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / BaseObject Class / HasSameObjectSignatureAs Method
The object instance to compare to.
Version
HasSameObjectSignatureAs Method
You may override this method to provide your own comparison routine.
Syntax
public virtual bool HasSameObjectSignatureAs( 
   BaseObject compareTo
)

Parameters

compareTo
The object instance to compare to.

Return Value

True if the objects have the same business signature, false otherwise.
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