Class std.rt.Boolean
Synopsis
public final class Boolean
Implicit managed wrapper for the bool
type.
Fields
Constructors
public Boolean();
Construct the boolean, with a value of false
.
public Boolean(bool value);
Construct the boolean with the specified value.
Methods
public bool get();
Get the primitive boolean value.
Compare two booleans.
public dword_t hash();
No description given