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