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
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(UserContentFilter?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(UserContentFilter? other)
Parameters
other
UserContentFilterAn object to compare with this object.
Returns
GetGType()
public static Type GetGType()
Returns
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
Ref()
[Version("2.24")]
public UserContentFilter Ref()
Returns
Unref()
[Version("2.24")]
public void Unref()