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