Table of Contents

Struct Editor.UndoItem

Namespace
Lime
Assembly
Lime.dll
public struct Editor.UndoItem : IEquatable<Editor.UndoItem>
Implements
Inherited Members

Fields

TextPos

public int TextPos

Field Value

int

Value

public string Value

Field Value

string

Methods

Equals(UndoItem)

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

public bool Equals(Editor.UndoItem other)

Parameters

other Editor.UndoItem

An object to compare with this object.

Returns

bool

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