NoteTask.Equals

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object.

Return Value

The Boolean.

See Also


Equals(NoteTask)

Determines whether the specified object is equal to the current object.

public bool Equals(NoteTask other)
ParameterTypeDescription
otherNoteTaskThe object.

Return Value

The Boolean.

See Also