Table of Contents

Class CookieJarDBClass

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

Constructors

CookieJarDBClass()

public CookieJarDBClass()

CookieJarDBClass(CookieJarDBClassOwnedHandle)

public CookieJarDBClass(CookieJarDBClassOwnedHandle handle)

Parameters

handle CookieJarDBClassOwnedHandle

Properties

Handle

public CookieJarDBClassOwnedHandle Handle { get; }

Property Value

CookieJarDBClassOwnedHandle

Methods

Equals(CookieJarDBClass?)

public bool Equals(CookieJarDBClass? other)

Parameters

other CookieJarDBClass

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.