MemoryAPI.EliteMMOWrapper.NPCTools.IsOfType C# (CSharp) Method

IsOfType() private method

private IsOfType ( int one, int other ) : bool
one int
other int
return bool
            private bool IsOfType(int one, int other)
            {
                return (one & other) == other;
            }