Table of Contents

Class UserContentFilter

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class UserContentFilter : BoxedRecord, IEquatable<UserContentFilter>
Inheritance
UserContentFilter
Implements
Inherited Members

Constructors

UserContentFilter(UserContentFilterOwnedHandle)

public UserContentFilter(UserContentFilterOwnedHandle handle)

Parameters

handle UserContentFilterOwnedHandle

Properties

Handle

public UserContentFilterOwnedHandle Handle { get; }

Property Value

UserContentFilterOwnedHandle

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(UserContentFilter?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(UserContentFilter? other)

Parameters

other UserContentFilter

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetIdentifier()

[Version("2.24")]
public string GetIdentifier()

Returns

string

Ref()

[Version("2.24")]
public UserContentFilter Ref()

Returns

UserContentFilter

Unref()

[Version("2.24")]
public void Unref()