'Declaration
Public Overloads Function ValueEquals( _ ByVal other As PointBinderCore _ ) As Boolean
'Usage
Dim instance As PointBinderCore Dim other As PointBinderCore Dim value As Boolean value = instance.ValueEquals(other)
public bool ValueEquals( PointBinderCore other )
public: bool ValueEquals( PointBinderCore^ other )
Parameters
- other
- The PointBinderCore to compare with the current object.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
true
if the specified object is value equal to the current object; otherwise, false
.