Condividi tramite


QueryDataVersions.IsOlderOrEqualThan Method

Definition

Checks whether this version set is older than or matches a version set condition.

public bool IsOlderOrEqualThan (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,long>> versions, bool containsAllVersions = false);
member this.IsOlderOrEqualThan : seq<System.Collections.Generic.KeyValuePair<string, int64>> * bool -> bool
Public Function IsOlderOrEqualThan (versions As IEnumerable(Of KeyValuePair(Of String, Long)), Optional containsAllVersions As Boolean = false) As Boolean

Parameters

versions
IEnumerable<KeyValuePair<String,Int64>>

A version set as the condition.

containsAllVersions
Boolean

Whether all version key must appear

Returns

A boolean value indicates whether the version is older than or matches the condition.

Applies to