Class DelegateImpl
Inheritance
System.Object
DelegateImpl
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class DelegateImpl : object
Methods
|
Improve this Doc
View Source
Equals(Delegate, Object)
Declaration
public static bool Equals(Delegate aThis, object aThat)
Parameters
Type |
Name |
Description |
Delegate |
aThis |
|
System.Object |
aThat |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternalEqualTypes(UInt32**, UInt32**)
Declaration
public static bool InternalEqualTypes(uint **a, uint **b)
Parameters
Type |
Name |
Description |
System.UInt32** |
a |
|
System.UInt32** |
b |
|
Returns
Type |
Description |
System.Boolean |
|