Equality Condition
class EqualityCondition(val operator: EqualityOp, val version: Version) : OperatorCondition, Negatable<EqualityCondition> (source)
Represents a condition that checks for equality or inequality of a version using the specified equality operator.
Constructors
Link copied to clipboard
Creates an instance of EqualityCondition with the given operator and version.
Properties
Functions
Link copied to clipboard
Evaluates whether the specified Version satisfies the condition defined by the implementation.
Link copied to clipboard
Returns a new condition that represents the negation of the current condition.