Revise.Files.ZMS.ModelFile.CheckFlag C# (CSharp) Method

CheckFlag() private method

Checks the flag against the vertex format.
private CheckFlag ( VertexFormat flag ) : bool
flag VertexFormat The vertex format flag.
return bool
        private bool CheckFlag(VertexFormat flag)
        {
            return (format & flag) == flag;
        }