Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 authored and gitee-org committed Aug 12, 2021
1 parent ff65056 commit f32d9b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/fun/spud/zrll/varclass/Equal.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package fun.spud.zrll.varclass;

import java.util.Objects;

public class Equal {
public boolean cmp(Object a, Object b){
return Objects.equals(a, b);
}
}

0 comments on commit f32d9b2

Please sign in to comment.