'Declaration
Protected Overloads Function Equals( _ ByVal other As ComputerElement _ ) As Boolean
'Usage
Dim instance As ComputerElement Dim other As ComputerElement Dim value As Boolean value = instance.Equals(other)
protected bool Equals( ComputerElement other )
protected: bool Equals( ComputerElement^ other )
Parameters
- other
- Object to be compared.
Return Value
True if the objects are the same, otherwise false.