Table of Contents

Struct Dispatcher.DispatcherProcessingDisabled

Namespace
Avalonia.Threading
Assembly
Avalonia.Base.dll
public struct Dispatcher.DispatcherProcessingDisabled : IDisposable, IEquatable<Dispatcher.DispatcherProcessingDisabled>
Implements
Inherited Members

Methods

Dispose()

public void Dispose()

Equals(DispatcherProcessingDisabled)

public readonly bool Equals(Dispatcher.DispatcherProcessingDisabled other)

Parameters

other Dispatcher.DispatcherProcessingDisabled

Returns

bool

Equals(object)

public override readonly bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int

ToString()

public override readonly string ToString()

Returns

string

Operators

operator ==(DispatcherProcessingDisabled, DispatcherProcessingDisabled)

public static bool operator ==(Dispatcher.DispatcherProcessingDisabled left, Dispatcher.DispatcherProcessingDisabled right)

Parameters

left Dispatcher.DispatcherProcessingDisabled
right Dispatcher.DispatcherProcessingDisabled

Returns

bool

operator !=(DispatcherProcessingDisabled, DispatcherProcessingDisabled)

public static bool operator !=(Dispatcher.DispatcherProcessingDisabled left, Dispatcher.DispatcherProcessingDisabled right)

Parameters

left Dispatcher.DispatcherProcessingDisabled
right Dispatcher.DispatcherProcessingDisabled

Returns

bool