Warning: session_start(): open(/var/lib/php/sessions/sess_mu7v5j93ugrl8rrtq9nil1grtv, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
eqicOrEq - eqic if strings, eq otherwise [1019805]

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)

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

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: 758 / 815
Referenced in: [show references]