Table of Contents

Class SessionFeatureInterface

Namespace
Soup
Assembly
Soup-3.0.dll
public sealed class SessionFeatureInterface
Inheritance
SessionFeatureInterface
Inherited Members

Constructors

SessionFeatureInterface(SessionFeatureInterfaceOwnedHandle)

public SessionFeatureInterface(SessionFeatureInterfaceOwnedHandle handle)

Parameters

handle SessionFeatureInterfaceOwnedHandle

Properties

Handle

public SessionFeatureInterfaceOwnedHandle Handle { get; }

Property Value

SessionFeatureInterfaceOwnedHandle

Methods

Equals(SessionFeatureInterface?)

public bool Equals(SessionFeatureInterface? other)

Parameters

other SessionFeatureInterface

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.