public final class IntentUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
intentsAreEqual(Intent one,
Intent two)
Checks if two intents represent the same value.
|
public static boolean intentsAreEqual(Intent one, Intent two)
(Intent.equals(Object)
only checks ID equality)
Both intents must be of the same type.
one
- first intenttwo
- second intent