Equals

TabCollection.Equals method

Determines whether two TabsEx instances are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe TabsEx to compare with the current TabsEx.

Return Value

true if the specified TabsEx is equal to the current TabsEx; otherwise, false.

See Also