Summary
Comparer to compare if two issues are identical.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Interfaces
-
- IEqualityComparer
<IIssue>
- IEqualityComparer
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEqualityComparer<IIssue>"]
Type["IIssueComparer"]
class Type type-node
Syntax
public class IIssueComparer : IEqualityComparer<IIssue>
Constructors
Name | Summary |
---|---|
IIssueComparer |
Initializes a new instance of the IIssueComparer class.
Two issues are seen as identical if all properties have identical values.
|
IIssueComparer |
Initializes a new instance of the IIssueComparer class.
|
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool | |
GetHashCode |
int |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|