Method
BirbStringObjectequal
since: 0.4
Declaration [src]
gboolean
birb_string_object_equal (
  BirbStringObject* str1,
  BirbStringObject* str2
)
      Parameters
str1- 
            
Type:
BirbStringObjectThe first instance.
The argument can be NULL. str2- 
            
Type:
BirbStringObjectThe second instance.
The argument can be NULL.The data is owned by the caller of the method.