Command.Command.IsCurrent C# (CSharp) Method

IsCurrent() public method

Returns true if the Command is current for the specified version
public IsCurrent ( Version ver ) : bool
ver Version
return bool
        public bool IsCurrent(Version ver)
        {
            return CommandAttribute.IsCurrent(ver);
        }