Once upon a time as was trying to compare two interfaces, and they both was nil, but my check every time was returning that these two nil interfaces are not equal. So basically it means what nil != nil. Lets reproduce this case:
So what is happening here? InterfaceTwo…