DropdownComponent.Equals

Equals(DropdownComponent)

Compares Dropdown component using IEquatable Equals method

public bool Equals(DropdownComponent other)
Parameter Type Description
other DropdownComponent The DropdownComponent object to compare with the current object

See Also


Equals(object)

Compares Dropdown Components using standard object Equals method

public override bool Equals(object obj)
Parameter Type Description
obj Object The object to compare with the current object

See Also