Searched refs:aKeyFormat (Results 1 – 1 of 1) sorted by relevance
266 String aKeyFormat = aKey.getFormat(); in keyEquals() local268 if ((aKeyFormat == null) ^ (anotherKeyFormat == null)) in keyEquals()270 if (aKeyFormat != null && anotherKeyFormat != null) in keyEquals()271 if (!aKeyFormat.equalsIgnoreCase(anotherKeyFormat)) in keyEquals()