Table of Contents

Struct SelectionModelExtensions.BatchUpdateOperation

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

Constructors

BatchUpdateOperation(ISelectionModel)

public BatchUpdateOperation(ISelectionModel owner)

Parameters

owner ISelectionModel

Methods

Dispose()

public void Dispose()

Equals(BatchUpdateOperation)

public readonly bool Equals(SelectionModelExtensions.BatchUpdateOperation other)

Parameters

other SelectionModelExtensions.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 ==(SelectionModelExtensions.BatchUpdateOperation left, SelectionModelExtensions.BatchUpdateOperation right)

Parameters

left SelectionModelExtensions.BatchUpdateOperation
right SelectionModelExtensions.BatchUpdateOperation

Returns

bool

operator !=(BatchUpdateOperation, BatchUpdateOperation)

public static bool operator !=(SelectionModelExtensions.BatchUpdateOperation left, SelectionModelExtensions.BatchUpdateOperation right)

Parameters

left SelectionModelExtensions.BatchUpdateOperation
right SelectionModelExtensions.BatchUpdateOperation

Returns

bool