ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / ErrorInfo Class / Equals Method

In This Topic
    Equals Method (ErrorInfo)
    In This Topic
    Determines whether the specified ErrorInfo is equal to the current ErrorInfo.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    See Also