Table of Contents

Class GhostPadClass

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class GhostPadClass
Inheritance
GhostPadClass
Inherited Members

Constructors

GhostPadClass()

public GhostPadClass()

GhostPadClass(GhostPadClassOwnedHandle)

public GhostPadClass(GhostPadClassOwnedHandle handle)

Parameters

handle GhostPadClassOwnedHandle

Properties

Handle

public GhostPadClassOwnedHandle Handle { get; }

Property Value

GhostPadClassOwnedHandle

Methods

Equals(GhostPadClass?)

public bool Equals(GhostPadClass? other)

Parameters

other GhostPadClass

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.