Summary
DO NOT USE!
The ReferenceEquals method throws an InvalidOperationException. This is done
to make sure there is no mistake by calling this function.
Syntax
[EditorBrowsable(EditorBrowsableState.Never)]
public static void ReferenceEquals(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 |
|---|---|
| void |
