You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
BSFishy edited this page Feb 25, 2020
·
1 revision
A simple equality comparison between two values.
This is basically just a cleaner and more expressive way of writing Actual == Expected.
If the values are not meant to be directly compared, don't use this macro.
For example, rather than actually comparing two strings, this will compare their pointers and almost always return false.