Definition
Assembly: CloudNimble.Breakdance.Assemblies.dll Namespace: CloudNimble.Breakdance.Assemblies Inheritance: System.ObjectSyntax
Summary
Legacy class used to compare members.Remarks
Should be rewritten or eliminated at our earliest possible convenience.Constructors
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
type | System.Type | - |
.ctor Inherited
Inherited from
objectSyntax
Methods
Compare
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
x | object | - |
y | object | - |
Returns
Type:int
Compare
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
x | System.Reflection.MemberInfo | - |
y | System.Reflection.MemberInfo | - |
Returns
Type:int
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?
Related APIs
- System.Collections.IComparer
- System.Collections.Generic.IComparer<object>