Class TrileanExtensions
Namespace: QFSW.BA
Assembly: QFSW.BA.dll
Syntax
public static class TrileanExtensionsMethods
IsMatch(Trilean, Boolean)
Determines if the provided boolean matches the trilean state.
Declaration
public static bool IsMatch(this Trilean trilean, bool value)Parameters
| Type | Name | Description | 
|---|---|---|
| Trilean | trilean | The trilean state to test. | 
| Boolean | value | The boolean to test against. | 
Returns
| Type | Description | 
|---|---|
| Boolean | If there is a match. |