Edit

Share via


Feature.Equality(Feature, Feature) Operator

Definition

Determines whether two specified Feature objects are equal.

public static bool operator ==(HarfBuzzSharp.Feature left, HarfBuzzSharp.Feature right);

Parameters

left
Feature

The first Feature to compare.

right
Feature

The second Feature to compare.

Returns

Returns true if the two Feature objects are equal; otherwise, false.

Applies to