Checks if the given instance of the DlgSetting is equal to the current object.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::.Object
The DlgSetting instance to compare with the current object.

Return Value

True if the specified DlgSetting object is equal to the current object; otherwise, False.

See Also