SimpleTimeEquals Method (SimpleTime) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Indicates whether this instance and another SimpleTime are equal.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool Equals(
	SimpleTime other
)

Parameters

other
Type: ContentStudio.Document.SubscriptionSimpleTime
The other SimpleTime to compare to.

Return Value

Type: Boolean
true if other and this instance represent the same value; otherwise, false>.
See Also

Reference