fun <T : Any> Assert<T>.isEqualToIgnoringGivenProperties(other: T, vararg properties: KProperty1<T, Any?>): Unit
Returns an assert that compares for all properties except the given properties on the calling class
other - Other value to compare to
other
properties - properties of the type with which been ignored
properties