Table of Contents

Class ViewConfiFilterItem

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class ViewConfiFilterItem : IEquatable<ViewConfiFilterItem>, ICopyable<ViewConfiFilterItem>
Inheritance
ViewConfiFilterItem
Implements
Inherited Members

Properties

FilterId

public string? FilterId { get; set; }

Property Value

string

SavedSettings

public string? SavedSettings { get; set; }

Property Value

string

Methods

Equals(ViewConfiFilterItem?)

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

public bool Equals(ViewConfiFilterItem? obj)

Parameters

obj ViewConfiFilterItem

Returns

bool

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

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.

GetCopy()

public ViewConfiFilterItem GetCopy()

Returns

ViewConfiFilterItem

GetDiffProperties(ViewConfiFilterItem)

public HashSet<string> GetDiffProperties(ViewConfiFilterItem target)

Parameters

target ViewConfiFilterItem

Returns

HashSet<string>

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.