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

4
LINES

< > BotCompany Repo | #1001333 // sameSnippetID

JavaX fragment (include)

1  
static boolean sameSnippetID(S a, S b) {
2  
  if (!isSnippetID(a) || !isSnippetID(b)) false;
3  
  return parseSnippetID(a) == parseSnippetID(b);
4  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001333
Snippet name: sameSnippetID
Eternal ID of this version: #1001333/2
Text MD5: 32d309eb04474090c5670864ec3eb3e8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-19 17:05:37
Source code size: 143 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 679 / 1384
Version history: 1 change(s)
Referenced in: [show references]