Table of Contents

Class MarkClass

Namespace
GtkSource
Assembly
GtkSource-5.dll
public sealed class MarkClass
Inheritance
MarkClass
Inherited Members

Constructors

MarkClass()

public MarkClass()

MarkClass(MarkClassOwnedHandle)

public MarkClass(MarkClassOwnedHandle handle)

Parameters

handle MarkClassOwnedHandle

Properties

Handle

public MarkClassOwnedHandle Handle { get; }

Property Value

MarkClassOwnedHandle

Methods

Equals(MarkClass?)

public bool Equals(MarkClass? other)

Parameters

other MarkClass

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.