Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / NullSafeString Class / GetHashCode Method / GetHashCode(Object) Method
The object instance to generate hashcode for.
In This Topic
    GetHashCode(Object) Method
    In This Topic
    Get a hashcode for the instance, consistent with persistence "equality"
    Syntax
    public int GetHashCode( 
       object x
    )

    Parameters

    x
    The object instance to generate hashcode for.

    Return Value

    A hashcode for the object instance.
    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