Table of Contents

Class UserContentFilterStoreClass

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class UserContentFilterStoreClass
Inheritance
UserContentFilterStoreClass
Inherited Members

Constructors

UserContentFilterStoreClass()

public UserContentFilterStoreClass()

UserContentFilterStoreClass(UserContentFilterStoreClassOwnedHandle)

public UserContentFilterStoreClass(UserContentFilterStoreClassOwnedHandle handle)

Parameters

handle UserContentFilterStoreClassOwnedHandle

Properties

Handle

public UserContentFilterStoreClassOwnedHandle Handle { get; }

Property Value

UserContentFilterStoreClassOwnedHandle

Methods

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.

Equals(UserContentFilterStoreClass?)

public bool Equals(UserContentFilterStoreClass? other)

Parameters

other UserContentFilterStoreClass

Returns

bool

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.