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