Method

BirbStringObjectequal

since: 0.4

Declaration [src]

gboolean
birb_string_object_equal (
  BirbStringObject* str1,
  BirbStringObject* str2
)

Description [src]

Checks if two string objects contain the same string.

Available since: 0.4

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.

Return value

Type: gboolean

True if the strings are the same.