Table of Contents

Class TypeModuleClass

Namespace
GObject
Assembly
GObject-2.0.dll
public sealed class TypeModuleClass
Inheritance
TypeModuleClass
Inherited Members

Constructors

TypeModuleClass()

public TypeModuleClass()

TypeModuleClass(TypeModuleClassOwnedHandle)

public TypeModuleClass(TypeModuleClassOwnedHandle handle)

Parameters

handle TypeModuleClassOwnedHandle

Properties

Handle

public TypeModuleClassOwnedHandle Handle { get; }

Property Value

TypeModuleClassOwnedHandle

Methods

Equals(TypeModuleClass?)

public bool Equals(TypeModuleClass? other)

Parameters

other TypeModuleClass

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.