'DeclarationProtected Overloads Function Equals( _ ByVal other As SparkplugSystemDescriptor _ ) As Boolean
'UsageDim instance As SparkplugSystemDescriptor Dim other As SparkplugSystemDescriptor Dim value As Boolean value = instance.Equals(other)
protected bool Equals( SparkplugSystemDescriptor other )
protected: bool Equals( SparkplugSystemDescriptor^ other )
Parameters
- other
- The SparkplugSystemDescriptor to compare with the current object.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true if the specified object is equal to the current object; otherwise, false.