Table of Contents

Class aat_layout_feature_selector_info_t

Namespace
HarfBuzz
Assembly
HarfBuzz-0.0.dll
public sealed class aat_layout_feature_selector_info_t
Inheritance
aat_layout_feature_selector_info_t
Inherited Members

Constructors

aat_layout_feature_selector_info_t()

public aat_layout_feature_selector_info_t()

aat_layout_feature_selector_info_t(aat_layout_feature_selector_info_tOwnedHandle)

public aat_layout_feature_selector_info_t(aat_layout_feature_selector_info_tOwnedHandle handle)

Parameters

handle aat_layout_feature_selector_info_tOwnedHandle

Properties

Disable

public aat_layout_feature_selector_t Disable { get; set; }

Property Value

aat_layout_feature_selector_t

Enable

public aat_layout_feature_selector_t Enable { get; set; }

Property Value

aat_layout_feature_selector_t

Handle

public aat_layout_feature_selector_info_tOwnedHandle Handle { get; }

Property Value

aat_layout_feature_selector_info_tOwnedHandle

Methods

Equals(aat_layout_feature_selector_info_t?)

public bool Equals(aat_layout_feature_selector_info_t? other)

Parameters

other aat_layout_feature_selector_info_t

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.