Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Equals method for IImageSource and IVideoSource #1210

Open
yuto-trd opened this issue Dec 16, 2024 · 0 comments · May be fixed by #1214
Open

Implement Equals method for IImageSource and IVideoSource #1210

yuto-trd opened this issue Dec 16, 2024 · 0 comments · May be fixed by #1214
Assignees

Comments

@yuto-trd
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant