Click or drag to resize

ModelTimeEquals Method

Determines whether two times are equal.

Namespace:  Demo3D.Time
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.03.00
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj
Type: SystemObject
The model time to compare.

Return Value

Type: Boolean
True if the times are equal.
See Also