Identity

Description

static class Tinman.Core.Collections.Identity<T ref>

Helper class that provides method that operate on object identity.

Public / Methods

Equals


public static method Equals → (2)

in : T

First object.

in : T

Second object.

returns → bool

true if in and in are the same object, false if not.

Compares the identity of the given objects.

Hash


public static method Hash → (1)

value in : T

The object or null.

returns → int32

The hash value.

Computes a hash value for the identity of the given object.