WorksheetStatusEquals(WorksheetStatus) Method

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

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool Equals(
	WorksheetStatus other
)

Parameters

other  WorksheetStatus
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)

See Also