You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, IImageSource and IVideoSource do not implement the Equals method. As a result, nodes are created every time, leading to unnecessary duplication.
Describe the solution you'd like
Implement the Equals method for IImageSource and IVideoSource to ensure that nodes are reused when appropriate and avoid redundant creation.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently,
IImageSource
andIVideoSource
do not implement theEquals
method. As a result, nodes are created every time, leading to unnecessary duplication.Describe the solution you'd like
Implement the
Equals
method forIImageSource
andIVideoSource
to ensure that nodes are reused when appropriate and avoid redundant creation.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: