ButtonComponent.Equals

Equals(ButtonComponent)

Compares Button Components using IEquatable Equals method

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

See Also


Equals(object)

Compares Button 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