StreamAddress Operators and Type Conversions

Operators

Equality(StreamAddress, StreamAddress) 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(StreamAddress, StreamAddress) Determines whether two stream addresses are not equal.

See Also