ControlBindingEquals Method

Determines whether the specified Object is equal to the current Object.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with the current Object.

Return Value

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

See Also