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