62636465666768697071
} public boolean equals(Object obj) { if (obj instanceof WindowElement) { WindowElement that = (WindowElement) obj; new ObjectComparator(); return ObjectComparator.compare(that.windowId, this.windowId) == 0; } return false; }