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