[]
        
(Showing Draft Content)

C1.Util.DX.FunctionCallback.Equals

Equals Method

Equals(FunctionCallback)

Determines whether the specified FunctionCallback is equal to this instance.

Declaration
public bool Equals(FunctionCallback other)
Parameters
Type Name Description
FunctionCallback other
Returns
Type Description
bool

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides