Exemplo n.º 1
0
 public static bool IsNotNull(this System.Object obj)
 {
     return(obj.RefEquals(null) == false);
 }