Method
ShumateVectorValueequal
since: 1.6
Declaration [src]
gboolean
shumate_vector_value_equal (
ShumateVectorValue* a,
ShumateVectorValue* b
)
Description [src]
Compares two ShumateVectorValues for equality.
Either argument may be NULL, which is treated as equal to a ShumateVectorValue of type SHUMATE_VECTOR_VALUE_TYPE_NULL.
Available since: 1.6
Parameters
a-
Type:
ShumateVectorValueThe argument can be NULL. b-
Type:
ShumateVectorValueThe argument can be NULL.The data is owned by the caller of the method.