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