Class CustomEquality
@TODO codegen/type reg
Inherited Members
Namespace: Unity.Properties
Assembly: Unity.Properties.dll
Syntax
public static class CustomEquality
Methods
Equals<T>(T, T)
Declaration
public static bool Equals<T>(T lhs, T rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| T | lhs | |
| T | rhs |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |