Table of Contents

Class FlagsClass

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

Constructors

FlagsClass()

public FlagsClass()

FlagsClass(FlagsClassOwnedHandle)

public FlagsClass(FlagsClassOwnedHandle handle)

Parameters

handle FlagsClassOwnedHandle

Properties

Handle

public FlagsClassOwnedHandle Handle { get; }

Property Value

FlagsClassOwnedHandle

Mask

public uint Mask { get; set; }

Property Value

uint

NValues

public uint NValues { get; set; }

Property Value

uint

Methods

Equals(FlagsClass?)

public bool Equals(FlagsClass? other)

Parameters

other FlagsClass

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.