bool
struct boolAvailable without an import.
The Boolean value type, spelled bool, with values true and false. Its default value is
false; its text form is lowercase and its equality compares values.
Members
constructorconstructor
public constructor ()Creates false.
GetHashCodemethod
public fn GetHashCode() : uint32Returns a hash consistent with Boolean value equality.
ToStringmethod
public fn ToString() : stringReturns true or false in lowercase.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Appends lowercase Boolean text and returns the number of bytes appended.
Equalsmethod
public fn Equals(bool other) : boolTests whether the two Boolean values are equal.