System.Tests.ActivatorTestsExtended.Flag.Equal C# (CSharp) Method

Equal() public static method

public static Equal ( int i ) : bool
i int
return bool
            public static bool Equal(int i) { return cnt == i; }
        }
ActivatorTestsExtended.Flag