ComponentSpace State Picker Control Reference

State.Equals Method 

Test whether two states 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 state to compare.

Return Value

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

See Also

State Class | ComponentSpace.StatePicker Namespace