Operator operator ==
operator ==(FunctionPointer<TDelegate>, FunctionPointer<TDelegate>)
Compares two values to determine equality.
Declaration
public static bool operator ==(FunctionPointer<TDelegate> left, FunctionPointer<TDelegate> right)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionPointer<TDelegate> | left | The value to compare with |
| FunctionPointer<TDelegate> | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator ==(FunctionPointer<TDelegate>, NullableFunctionPointer)
Compares two values to determine equality.
Declaration
public static bool operator ==(FunctionPointer<TDelegate> left, NullableFunctionPointer right)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionPointer<TDelegate> | left | The value to compare with |
| NullableFunctionPointer | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator ==(FunctionPointer<TDelegate>, NullablePointerReadOnly)
Compares two values to determine equality.
Declaration
public static bool operator ==(FunctionPointer<TDelegate> left, NullablePointerReadOnly right)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionPointer<TDelegate> | left | The value to compare with |
| NullablePointerReadOnly | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator ==(FunctionPointer<TDelegate>, NullablePointerUninitialized)
Compares two values to determine equality.
Declaration
public static bool operator ==(FunctionPointer<TDelegate> left, NullablePointerUninitialized right)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionPointer<TDelegate> | left | The value to compare with |
| NullablePointerUninitialized | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |