UnityEngine.PlaymodeTests.TestAttribute.IncludeOnPlatform C# (CSharp) Method

IncludeOnPlatform() private method

private IncludeOnPlatform ( TestPlatform testPlatform ) : bool
testPlatform TestPlatform
return bool
        internal bool IncludeOnPlatform(TestPlatform testPlatform)
        {
            return ((this.m_TestPlatform & testPlatform) == testPlatform);
        }