Table of Contents

Class Language

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class Language : BoxedRecord, IEquatable<Language>
Inheritance
Language
Implements
Inherited Members

Constructors

Language(LanguageOwnedHandle)

public Language(LanguageOwnedHandle handle)

Parameters

handle LanguageOwnedHandle

Properties

Handle

public LanguageOwnedHandle Handle { get; }

Property Value

LanguageOwnedHandle

Methods

Equals(Language?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Language? other)

Parameters

other Language

An object to compare with this object.

Returns

bool

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

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.

FromString(string?)

public static Language? FromString(string? language)

Parameters

language string

Returns

Language

GetDefault()

[Version("1.16")]
public static Language GetDefault()

Returns

Language

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetSampleString()

public string GetSampleString()

Returns

string

IncludesScript(Script)

[Version("1.4")]
public bool IncludesScript(Script script)

Parameters

script Script

Returns

bool

Matches(string)

public bool Matches(string rangeList)

Parameters

rangeList string

Returns

bool

ToString()

public string ToString()

Returns

string