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