segmentPropertiesEqual

Checks the equality of two #hb_segment_properties_t's.

Parameters

a harfbuzz.segment_properties.SegmentProperties

first #hb_segment_properties_t to compare.

b harfbuzz.segment_properties.SegmentProperties

second #hb_segment_properties_t to compare.

Return Value

Type: harfbuzz.types.Bool

true if all properties of a equal those of b, false otherwise.