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