@Override
    public boolean equals(final Object obj) {
        if (this == obj)
            return true;
        if (obj == null)