EntryEquals Method

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

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

Boolean
if the specified object is equal to the current object; otherwise, .

See Also