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.
Flag the constraint to ignore line ending format (\r vs. \n vs. \r\n) and return self.
Flag the constraint to ignore white space 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.
Enables comparing of instance properties.
public AnyOfConstraint UsingPropertiesComparer(Func<PropertiesComparerConfigurationUntyped, PropertiesComparerConfigurationUntyped> configure)
Enables comparing of instance properties.