System.Tests.ActivatorTestsExtended.Flag.Equal C# (CSharp) 메소드

Equal() 공개 정적인 메소드

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