Click or drag to resize

ModelTimeEquals Method

Determines whether two times are equal.

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

Parameters

obj  Object
The model time to compare.

Return Value

Boolean
True if the times are equal.
See Also