You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in figure :about the isEqual Method
When my ProBuffObject has array Members ;call isEqual Method, This time to perform statements:" [self.voiceArray isEqualToArray:otherMessage.voiceArray]"
when this member ==nil ,is always return No;
This is not the correct results,
Suggest to add judge statements “self.voiceArray==otherMessage.voiceArray ”
The text was updated successfully, but these errors were encountered:
As shown in figure :about the isEqual Method
When my ProBuffObject has array Members ;call isEqual Method, This time to perform statements:" [self.voiceArray isEqualToArray:otherMessage.voiceArray]"
when this member ==nil ,is always return No;
This is not the correct results,
Suggest to add judge statements “self.voiceArray==otherMessage.voiceArray ”
The text was updated successfully, but these errors were encountered: