IterationCountEquals(Object) Method

Determines whether the IterationCount is equal to the specified object.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool Equals(
	Object? o
)

Parameters

o  Object
The object with which to test equality.

Return Value

Boolean
True if the objects are equal, otherwise false.

See Also