Table of Contents

Class FilterOperator.Guid

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents filters which are available for Guid values.

public static class FilterOperator.Guid
Inheritance
FilterOperator.Guid
Inherited Members

Fields

Equal

Find values matching the filter Guid.

public const string Equal = "equals"

Field Value

string

NotEqual

Find values different from the filter Guid.

public const string NotEqual = "not equals"

Field Value

string