Stream Address Operators and Type Conversions
Operators
| Equality( | Determines whether two stream addresses are equal. |
| Implicit(Nullable<UInt64> to StreamAddress) | Implicitly converts a nullable UInt64 to a stream address. |
| Implicit(ReadOnlySpan<UInt64> to StreamAddress) | Implicitly converts a UInt64 array to a multi-segment stream address. |
| Implicit(UInt64 to StreamAddress) | Implicitly converts a UInt64 to a single-segment stream address. |
| Inequality( | Determines whether two stream addresses are not equal. |