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