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
Override equals method for GObject.Object Allows to compare classes to interfaces as interface instances are currently wrapped into a helper class which derives from GObject.Object.
if the pointer of both instances are compared equality can easily be checked.
changes should only be needed in Object.cs. Write a unit test to confirm behavior.
The text was updated successfully, but these errors were encountered:
Override equals method for GObject.Object Allows to compare classes to interfaces as interface instances are currently wrapped into a helper class which derives from GObject.Object.
if the pointer of both instances are compared equality can easily be checked.
changes should only be needed in
Object.cs
. Write a unit test to confirm behavior.The text was updated successfully, but these errors were encountered: