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