Is
Helper class with properties and methods that supply
            a number of constraints used in Asserts.
            
                
Returns a ConstraintExpression, which will apply
            the following constraint to all members of a collection,
            succeeding if all of them succeed.
            
Returns a constraint that tests for default value
            
Returns a constraint that tests for empty
            
Returns a constraint that tests for a number to be even (i.e. a multiple of two)
            
Returns a constraint that tests for False
            
Returns a constraint that tests for NaN
            
Returns a constraint that tests for a negative value
            
Returns a ConstraintExpression that negates any
            following constraint.
            
Returns a constraint that tests for null
            
Returns a constraint that tests for a number to be odd.
            
Returns a constraint that tests whether a collection is ordered
            
Returns a constraint that tests for a positive value
            
Returns a constraint that tests for True
            
Returns a constraint that tests whether a collection
            contains all unique items.
            
Returns a constraint that tests for white-space
            
Returns a constraint that tests whether an object graph is serializable in XML format.
            
Returns a constraint that tests for equality with zero
            
protected Is()
Returns a constraint that tests if an item is equal to any of parameters
            
Returns a constraint that tests if an item is equal to any of parameters
            
Returns a constraint that tests whether the actual value
            is assignable from the type supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is assignable from the type supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is assignable to the type supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is assignable to the type supplied as an argument.
            
Returns a constraint that tests whether the
            actual value is greater than or equal to the supplied argument
            
Returns a constraint that tests whether the
            actual value is less than or equal to the supplied argument
            
Returns a constraint that tests two items for equality
            
Returns a constraint that tests two items for equality
            
Returns a constraint that tests two collections for equality.
            
Returns a constraint that tests two collections for equality.
            
Returns a constraint that tests two strings for equality
            
Returns a constraint that tests two date time offset instances for equality.
            
Returns a constraint that tests two date time instances for equality.
            
Returns a constraint that tests two timespan instances for equality.
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests two numbers for equality
            
Returns a constraint that tests whether the actual value
            is a collection containing the same elements as the
            collection supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is a collection containing the same elements as the
            collection supplied as an argument.
            
Returns a constraint that tests whether the
            actual value is greater than the supplied argument
            
Returns a constraint that tests whether the
            actual value is greater than or equal to the supplied argument
            
Returns a constraint that tests whether the actual value falls
            inclusively within a specified range.
            
Returns a constraint that tests whether the actual value
            is of the type supplied as an argument or a derived type.
            
Returns a constraint that tests whether the actual value
            is of the type supplied as an argument or a derived type.
            
Returns a constraint that tests whether the
            actual value is less than the supplied argument
            
Returns a constraint that tests whether the
            actual value is less than or equal to the supplied argument
            
Returns a constraint that tests for a number to be a multiple of another.
            
Returns a constraint that tests that two references are the same object
            
Returns a constraint that tests whether the path provided
            is the same as an expected path after canonicalization.
            
Returns a constraint that tests whether the path provided
            is the same path or under an expected path after canonicalization.
            
Returns a constraint that tests whether the path provided
            is a subpath of the expected path after canonicalization.
            
Returns a constraint that tests whether the actual value
            is a subset of the collection supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is a subset of the collection supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is a superset of the collection supplied as an argument.
            
Returns a constraint that tests whether the actual value
            is a superset of the collection supplied as an argument.
            
Returns a constraint that tests whether the actual
            value is of the exact type supplied as an argument.
            
Returns a constraint that tests whether the actual
            value is of the exact type supplied as an argument.