Struct NativeApi.BOOL
Windows API BOOL, with implicit conversions to/from C# bool
.
public readonly record struct NativeApi.BOOL : IEquatable<NativeApi.BOOL>
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
BOOL(bool) |
Fields
Name | Description |
---|---|
IntValue |
Properties
Name | Description |
---|---|
b |
Methods
Name | Description |
---|---|
ToString() | Returns the fully qualified type name of this instance. |
Operators
Name | Description |
---|---|
implicit operator bool(BOOL) | |
implicit operator BOOL(bool) |