Class ValueTypeImpl
Inheritance
System.Object
ValueTypeImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class ValueTypeImpl
Methods
| Improve this Doc View SourceEquals(ValueType, Object)
Declaration
public static bool Equals(ValueType aThis, object obj)
Parameters
Type | Name | Description |
---|---|---|
ValueType | aThis | |
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode(ValueType)
Declaration
public static int GetHashCode(ValueType aThis)
Parameters
Type | Name | Description |
---|---|---|
ValueType | aThis |
Returns
Type | Description |
---|---|
System.Int32 |
GetHashCodeOfPtr(IntPtr)
Declaration
public static int GetHashCodeOfPtr(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | ptr |
Returns
Type | Description |
---|---|
System.Int32 |