Summary
DO NOT USE!
The Equals method throws an InvalidOperationException. This is done
to make sure there is no mistake by calling this function.
Syntax
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool Equals(object a, object b)
Attributes
| Type | Description |
|---|---|
| Editor |
Parameters
| Name | Type | Description |
|---|---|---|
| a | object | The left object. |
| b | object | The right object. |
Return Value
| Type | Description |
|---|---|
| bool | Not applicable |
