AvalonEdit
Equals Method (other)
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightingColorEquals(HighlightingColor)
Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Equals(
	HighlightingColor other
)
Public Overridable Function Equals ( _
	other As HighlightingColor _
) As Boolean
public:
virtual bool Equals(
	HighlightingColor^ other
)
Parameters
other (HighlightingColor)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238