Class MethodBaseComparer
Inheritance
System.Object
MethodBaseComparer
Implements
System.Collections.Generic.IComparer<System.Reflection.MethodBase>
System.Collections.Generic.IEqualityComparer<System.Reflection.MethodBase>
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.IL2CPU
Assembly: Cosmos.IL2CPU.dll
Syntax
public class MethodBaseComparer : IComparer<MethodBase>, IEqualityComparer<MethodBase>
Methods
| Improve this Doc View SourceCompare(MethodBase, MethodBase)
Declaration
public int Compare(MethodBase x, MethodBase y)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | x | |
System.Reflection.MethodBase | y |
Returns
Type | Description |
---|---|
System.Int32 |
Equals(MethodBase, MethodBase)
Declaration
public bool Equals(MethodBase x, MethodBase y)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | x | |
System.Reflection.MethodBase | y |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode(MethodBase)
Declaration
public int GetHashCode(MethodBase obj)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | obj |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.Generic.IComparer<T>
System.Collections.Generic.IEqualityComparer<T>