A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://dotnet.github.io/dotNext/api/DotNext.Threading.AsyncReaderWriterLock.LockStamp.html below:

Struct AsyncReaderWriterLock.LockStamp | .NEXT

Struct AsyncReaderWriterLock.LockStamp

Represents lock stamp used for optimistic reading.

Namespace: DotNext.Threading Assembly: DotNext.Threading.dll Syntax
public readonly struct AsyncReaderWriterLock.LockStamp : IEquatable<AsyncReaderWriterLock.LockStamp>
Methods | Edit this page View Source Equals(LockStamp)

Determines whether this stamp represents the same version of the lock state as the given stamp.

Declaration
public bool Equals(AsyncReaderWriterLock.LockStamp other)
Parameters Returns Type Description bool

true of this stamp is equal to other; otherwise, false.

| Edit this page View Source Equals(object?)

Determines whether this stamp represents the same version of the lock state as the given stamp.

Declaration
public override bool Equals(object? other)
Parameters Type Name Description object other

The lock stamp to compare.

Returns Type Description bool

true of this stamp is equal to other; otherwise, false.

Overrides | Edit this page View Source GetHashCode()

Computes hash code for this stamp.

Declaration
public override int GetHashCode()
Returns Type Description int

The hash code of this stamp.

Overrides Operators | Edit this page View Source operator ==(in LockStamp, in LockStamp)

Determines whether the first stamp represents the same version of the lock state as the second stamp.

Declaration
public static bool operator ==(in AsyncReaderWriterLock.LockStamp first, in AsyncReaderWriterLock.LockStamp second)
Parameters Returns Type Description bool

true of first stamp is equal to second; otherwise, false.

| Edit this page View Source operator !=(in LockStamp, in LockStamp)

Determines whether the first stamp represents the different version of the lock state as the second stamp.

Declaration
public static bool operator !=(in AsyncReaderWriterLock.LockStamp first, in AsyncReaderWriterLock.LockStamp second)
Parameters Returns Type Description bool

true of first stamp is not equal to second; otherwise, false.

Implements Extension Methods

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4