WorksheetStatusEquals(WorksheetStatus) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool Equals(
WorksheetStatus other
)
Public Function Equals (
other As WorksheetStatus
) As Boolean
public:
virtual bool Equals(
WorksheetStatus^ other
) sealed
abstract Equals :
other : WorksheetStatus -> bool
override Equals :
other : WorksheetStatus -> bool
- other WorksheetStatus
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)