[]
        
(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)
Public Function Equals(other As FunctionCallback) As Boolean
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)
Public Overrides Function Equals(value As Object) As Boolean
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides