Table of Contents

Class FlagsValue

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

Constructors

FlagsValue()

public FlagsValue()

FlagsValue(FlagsValueOwnedHandle)

public FlagsValue(FlagsValueOwnedHandle handle)

Parameters

handle FlagsValueOwnedHandle

Properties

Handle

public FlagsValueOwnedHandle Handle { get; }

Property Value

FlagsValueOwnedHandle

Value

public uint Value { get; set; }

Property Value

uint

ValueName

public string? ValueName { get; set; }

Property Value

string

ValueNick

public string? ValueNick { get; set; }

Property Value

string

Methods

Equals(FlagsValue?)

public bool Equals(FlagsValue? other)

Parameters

other FlagsValue

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.