private bool CheckIfSecondaryOwnerExists()

in Amazon.QLDB.DMVSample.Api/Functions/AddSecondaryOwnerFunction.cs [116:119]


        private bool CheckIfSecondaryOwnerExists(IEnumerable<string> secondaryOwners, string secondaryOwnerPersonDocumentId)
        {
            return secondaryOwners.Any(x => x == secondaryOwnerPersonDocumentId);
        }