UsTimeSpanEquals Method (Object)

CVB.Net Documentation
Returns a value indicating whether this instance is equal to the given obj.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare with this instance.

Return Value

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

Reference