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

3
LINES

< > BotCompany Repo | #1032331 // eqOrEqic

JavaX fragment (include)

sbool eqOrEqic(bool caseInsensitive, S a, S b) {
  ret caseInsensitive ? eqic(a, b) : eq(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032331
Snippet name: eqOrEqic
Eternal ID of this version: #1032331/2
Text MD5: 0233969d9a6bb9a1710ee7261337c4b2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-27 08:51:42
Source code size: 99 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 94
Version history: 1 change(s)
Referenced in: [show references]