AnyOfConstraint
AnyOfConstraint is used to determine whether the value is equal to any of the expected values.
Flag the constraint to ignore case and return self.
Construct a AnyOfConstraint
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied IComparer object.
Flag the constraint to use the supplied Comparison object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied IEqualityComparer object.
Flag the constraint to use the supplied boolean-returning delegate.