Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit b93f213

Browse files
author
Yuncong Zhang
committed
Add IEquatable on Key.
1 parent 4fa3efd commit b93f213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/foundation/key.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33

44
namespace Unity.UIWidgets.foundation {
5-
public abstract class Key {
5+
public abstract class Key : IEquatable<Key> {
66
protected Key() {
77
}
88

0 commit comments

Comments
 (0)