Table of Contents

Class AttrLanguage

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class AttrLanguage
Inheritance
AttrLanguage
Inherited Members

Constructors

AttrLanguage()

public AttrLanguage()

AttrLanguage(AttrLanguageOwnedHandle)

public AttrLanguage(AttrLanguageOwnedHandle handle)

Parameters

handle AttrLanguageOwnedHandle

Properties

Handle

public AttrLanguageOwnedHandle Handle { get; }

Property Value

AttrLanguageOwnedHandle

Methods

Equals(AttrLanguage?)

public bool Equals(AttrLanguage? other)

Parameters

other AttrLanguage

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.

New(Language)

public static Attribute New(Language language)

Parameters

language Language

Returns

Attribute