Table of Contents

Class UnixFDMessagePrivate

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class UnixFDMessagePrivate
Inheritance
UnixFDMessagePrivate
Inherited Members

Constructors

UnixFDMessagePrivate(UnixFDMessagePrivateOwnedHandle)

public UnixFDMessagePrivate(UnixFDMessagePrivateOwnedHandle handle)

Parameters

handle UnixFDMessagePrivateOwnedHandle

Properties

Handle

public UnixFDMessagePrivateOwnedHandle Handle { get; }

Property Value

UnixFDMessagePrivateOwnedHandle

Methods

Equals(UnixFDMessagePrivate?)

public bool Equals(UnixFDMessagePrivate? other)

Parameters

other UnixFDMessagePrivate

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.