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