Place.Equals Method (Place)

T3000 CrossPlatform

PlaceEquals Method (Place)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Place.Equals(FastColoredTextBoxNS.Place)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool Equals(
	Place other
)
Public Function Equals ( 
	other As Place
) As Boolean

Dim instance As Place
Dim other As Place
Dim returnValue As Boolean

returnValue = instance.Equals(other)

Parameters

other
Type: FastColoredTextBoxNSPlace

[Missing <param name="other"/> documentation for "M:FastColoredTextBoxNS.Place.Equals(FastColoredTextBoxNS.Place)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Place.Equals(FastColoredTextBoxNS.Place)"]

Implements

IEquatableTEquals(T)
See Also