Class RemoteValue.Boolean
public record RemoteValue.Boolean : PrimitiveProtocolRemoteValue, IEquatable<RemoteValue>, IEquatable<PrimitiveProtocolRemoteValue>, IEquatable<RemoteValue.Boolean>
- Inheritance
-
RemoteValue.Boolean
- Implements
- Inherited Members
Constructors
Boolean(bool)
public Boolean(bool Value)
Parameters
Value
bool
Properties
Value
public bool Value { get; init; }