Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1019805 // eqicOrEq - eqic if strings, eq otherwise

JavaX fragment (include)

static bool eqicOrEq(O a, O b) {
  ret a instanceof S && b instanceof S ? eqic((S) a, (S) b) : eq(a, b);
}

Author comment

Began life as a copy of #1017031

download  show line numbers  debug dex  old transpilations   

Travelled to 11 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, qsqiayxyrbia, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019805
Snippet name: eqicOrEq - eqic if strings, eq otherwise
Eternal ID of this version: #1019805/1
Text MD5: 07fccde75d797527a0ee828d49ff2782
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-26 22:14:49
Source code size: 108 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 199 / 262
Referenced in: [show references]