Show / Hide Table of Contents

    Class TrileanExtensions

    Inheritance
    Object
    TrileanExtensions
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public static class TrileanExtensions

    Methods

    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.

    Build Automator 2 by QFSW
    Back to top