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