Dwarrowdelf.Server.GameDispatcher.CheckAccess C# (CSharp) Method

CheckAccess() public method

public CheckAccess ( ) : bool
return bool
        public bool CheckAccess()
        {
            return this.Thread == Thread.CurrentThread;
        }