예제 #1
0
 public static bool EqualityUIntObj(uint a, object b)
 {
     return(PSBinaryComparison.EqualityUIntObj(a, b));
 }