IterationCountEquals(Object) Method
Determines whether the
IterationCount is equal to the specified object.
Namespace: Avalonia.AnimationAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool Equals(
Object? o
)
Public Overrides Function Equals (
o As Object
) As Boolean
abstract Equals :
o : Object -> bool
override Equals :
o : Object -> bool
- o Object
- The object with which to test equality.
BooleanTrue if the objects are equal, otherwise false.