UsTimeSpanEquals Method (UsTimeSpan)

CVB.Net Documentation
Returns a value indicating whether this instance is equal to given other object.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool Equals(
	UsTimeSpan other
)

Parameters

other
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Object to compare with this instance.

Return Value

Type: Boolean
true if other represents the same time interval as this instance; false otherwise.

Implements

IEquatableTEquals(T)
See Also

Reference