Wenyu Zhang 46454f9f4b
[Math] Add MDCEdgeInsetsEqualToEdgeInsets to compare two UIEdgeInsets. (#7804)
Created to prepare for a fix for https://github.com/material-components/material-components-ios/issues/7752.

`UIEdgeInsetsEqualToEdgeInsets` directly compares `CGFloat` number within two . The `MDCEdgeInsetsEqualToEdgeInsets` added in this PR compares UIEdgeInsets using `MDCCGFloatEqual` to take epsilon into consideration.
2019-07-08 12:54:06 -04:00
..