Class GUIViewProxyComparer
Namespace: Unity.InteractiveTutorials
Syntax
public class GUIViewProxyComparer : IEqualityComparer<GUIViewProxy>
Methods
Equals(GUIViewProxy, GUIViewProxy)
Declaration
public bool Equals(GUIViewProxy x, GUIViewProxy y)
Parameters
| Type | Name | Description |
|---|---|---|
| GUIViewProxy | x | |
| GUIViewProxy | y |
Returns
| Type | Description |
|---|---|
| Boolean |
GetHashCode(GUIViewProxy)
Declaration
public int GetHashCode(GUIViewProxy obj)
Parameters
| Type | Name | Description |
|---|---|---|
| GUIViewProxy | obj |
Returns
| Type | Description |
|---|---|
| Int32 |