Table of Contents

Struct SelectionModel<T>.BatchUpdateOperation

Namespace
Avalonia.Controls.Selection
Assembly
Avalonia.Controls.dll
public struct SelectionModel<T>.BatchUpdateOperation : IDisposable, IEquatable<SelectionModel<T>.BatchUpdateOperation>
Implements
Inherited Members

Constructors

BatchUpdateOperation(SelectionModel<T>)

public BatchUpdateOperation(SelectionModel<T> owner)

Parameters

owner SelectionModel<T>

Methods

Dispose()

public void Dispose()

Equals(BatchUpdateOperation)

public readonly bool Equals(SelectionModel<T>.BatchUpdateOperation other)

Parameters

other SelectionModel<T>.BatchUpdateOperation

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 ==(BatchUpdateOperation, BatchUpdateOperation)

public static bool operator ==(SelectionModel<T>.BatchUpdateOperation left, SelectionModel<T>.BatchUpdateOperation right)

Parameters

left SelectionModel<T>.BatchUpdateOperation
right SelectionModel<T>.BatchUpdateOperation

Returns

bool

operator !=(BatchUpdateOperation, BatchUpdateOperation)

public static bool operator !=(SelectionModel<T>.BatchUpdateOperation left, SelectionModel<T>.BatchUpdateOperation right)

Parameters

left SelectionModel<T>.BatchUpdateOperation
right SelectionModel<T>.BatchUpdateOperation

Returns

bool