Warn.

Equals(object, object) Method

Summary

DO NOT USE! The Equals method throws an InvalidOperationException. This is done to make sure there is no mistake by calling this function.
Namespace
TCLite
Containing Type
Warn

Syntax

[EditorBrowsable(EditorBrowsableState.Never)]
public static bool Equals(object a, object b)

Attributes

Type Description
EditorBrowsableAttribute

Parameters

Name Type Description
a object The left object.
b object The right object.

Return Value

Type Description
bool Not applicable