Returns alogical
value based on the equality check over the two given values, {1} and {2}, using the provided {0}.{0} is aComparer
which is used to control the comparison. Comparers can be used to provide case insensitive or culture and locale aware comparisons.The following built in comparers are available in the formula language:
Comparer.Ordinal
: Used to perform an exact ordinal comparisonComparer.OrdinalIgnoreCase
: Used to perform an exact ordinal case-insensitive comparison-
Comparer.FromCulture
: Used to perform a culture aware comparison
Returns a list that removes the first element of list {0}. If {0} is an empty list an empty list is returned. This function ...
Returns a list that removes the last {1} elements from the end of list {0}. If {0} has less than {1} elements, an empty list ...
Returns a list that skips the first element of list {0}. If {0} is an empty list an empty list is returned. This function ...
Returns a list whose elements are projected from the input list. The collectionTransform function is applied to each element, ...
Returns a logical value based on the equality check over the two given values, {1} and {2}, using the provided {0}. {0} is ...
Returns a logical value from the given {0}. If the given {0} is null , Logical.From returns null . If the given {0} is logical ...
Returns a logical value whether there are duplicates in the list {0}; true if the list is distinct, false if there are duplicate ...
Returns a navigational table containing a row for each container found at the account URL, {0}, from an Azure storage vault. ...
Returns a navigational table containing a row for each table found at the account URL, {0}, from an Azure storage vault. ...