ComponentSpace Country Picker Control Reference

Country.Equals Method 

Test whether two countries are the same.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The country to compare.

Return Value

true if the countries are the same; false if the countries are different.

See Also

Country Class | ComponentSpace.CountryPicker Namespace