IsObject Function

Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns True if the variable is an object, otherwise it returns False.

рд╡рд╛рдХреНрдп рд╕рдВрд░рдЪрдирд╛:


IsObject(var)

рдорд╛рди рдлрд░реНрдХрд╛рдЙрдиреБрд╣реЛрд╕реН:

Boolean

рдкрд░рд╛рдорд┐рддрд┐рд╣рд░реВ:

var: Any variable that you want to test.

рддреНрд░реБрдЯрд┐ рд╕рдЩреНрдХреЗрддрд╣рд░реВ

5 рдЕрд╡реИрдз рдХрд╛рд░реНрдп-рд╡рд┐рдзрд┐ рдХрд▓

The following objects return True:

warning

Data structures return True even when empty. Object defined variables return True even if uninitialized.