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