예제 #1
0
 public static bool GetHashCodeTest([NotNull] Actionable actionable1, [NotNull] Actionable actionable2)
 {
     return(actionable1.GetHashCode() == actionable2.GetHashCode());
 }