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