Equals Method (Place)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public bool Equals(
	Place other
)
Visual Basic
Public Function Equals ( _
	other As Place _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Place other
) sealed

Parameters

other
Type: FastColoredTextBoxNS..::..Place

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also