Struct Ref<T>
Implements
IEquatable<Ref<T>>
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
public struct Ref<T> : IEquatable<Ref<T>> where T : unmanaged, IEquatable<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
Ref(T) |
Fields
Name | Description |
---|---|
RefCount | |
Value |
Methods
Name | Description |
---|---|
Equals(Ref<T>) | Indicates whether the current object is equal to another object of the same type. |
Equals(object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
Operators
Name | Description |
---|---|
operator ==(Ref<T>, Ref<T>) | |
operator !=(Ref<T>, Ref<T>) |