Skip to content

M_WolfCurses_Form_Form_1_Equals

Maxwolf edited this page Jan 2, 2016 · 1 revision

Form(TData).Equals Method (Form(TData))

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

Namespace: WolfCurses.Form
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool Equals(
	Form<TData> other
)

Parameters

 

other
Type: WolfCurses.Form.Form(TData)
An object to compare with this object.

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

Form(TData) Class
Equals Overload
WolfCurses.Form Namespace

Clone this wiki locally