IIssueComparer Class

Summary

Comparer to compare if two issues are identical.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Interfaces
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(bool) Initializes a new instance of the IIssueComparer class.

Methods

Name Value Summary
Equals(IIssue, IIssue) bool
GetHashCode(IIssue) int

Extension Methods

Name Value Summary
NotNull<IIssueComparer>(string) void
Throws an exception if the specified parameter's value is null.
GitHub