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