Equals(Object) Method
Determines whether the IterationCount is equal to the specified object.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
Parameters
- Object
- The object with which to test equality.
Return Value
Boolean
True if the objects are equal, otherwise false.
See Also
Reference
IterationCount Structure
Equals Overload
Avalonia.Animation Namespace