public static bool AreEqualTopLevel(NativeType left, NativeType right)
 {
     return(TopLevel.Equals1(left, right));
 }