'Declaration
Protected Overloads Function ValueEquals( _ ByVal other As AbstractBinder _ ) As Boolean
'Usage
Dim instance As AbstractBinder Dim other As AbstractBinder Dim value As Boolean value = instance.ValueEquals(other)
protected bool ValueEquals( AbstractBinder other )
protected: bool ValueEquals( AbstractBinder^ other )
Parameters
- other
- The AbstractBinder to compare with the current object.
Return Value
true
if the specified object is value equal to the current object; otherwise, false
.