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