ATMLCommonLibrary.managers.UutManager.HasUut C# (CSharp) Method

HasUut() public method

public HasUut ( string uuid ) : bool
uuid string
return bool
        public bool HasUut(string uuid)
        {
            return FindUut(uuid) != null;
        }