Animatroller.Framework.LogicalDevice.ControlledDevice.IsOwner C# (CSharp) Method

IsOwner() public method

public IsOwner ( IControlToken checkToken ) : bool
checkToken IControlToken
return bool
        public bool IsOwner(IControlToken checkToken)
        {
            return this == checkToken;
        }