fun <T> Assert<T>.isEqualToWithGivenProperties(other: T, vararg properties: KProperty1<T, Any>): Unit
Platform and version requirements: Common
Returns an assert that compares only the given properties on the calling class
other - Other value to compare to
other
properties - properties of the type with which to compare
properties