| ShopItemIdentityEquals Method |
Determines whether current object is equal to the given one.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
Object to compare to.
Return Value
Type:
BooleanValue indicating whether current object is equal to the given one.
See Also