Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (42 loc) · 4.54 KB

File metadata and controls

58 lines (42 loc) · 4.54 KB

LiteralComparer Class

HomeConstructorsPropertiesMethods

Namespace: Pihrtsoft.Snippets.Comparers

Assembly: Pihrtsoft.Snippets.dll


Represents a Literal comparison operation.

public abstract class LiteralComparer : System.Collections.IComparer,
    System.Collections.IEqualityComparer,
    System.Collections.Generic.IComparer<Pihrtsoft.Snippets.Literal>,
    System.Collections.Generic.IEqualityComparer<Pihrtsoft.Snippets.Literal>

Inheritance

Object → LiteralComparer

Implements

Constructors

Constructor Summary
LiteralComparer()

Properties

Property Summary
Identifier Gets a LiteralComparer that performs a case-sensitive ordinal Literal.Identifier comparison.

Methods

Method Summary
Compare(Literal, Literal) Compares two literals and returns an indication of their relative sort order. (Implements IComparer<Literal>.Compare)
Compare(Object, Object) Compares two objects and returns an indication of their relative sort order. (Implements IComparer.Compare)
Equals(Literal, Literal) Indicates whether two literals are equal. (Implements IEqualityComparer<Literal>.Equals)
Equals(Object) (Inherited from Object)
Equals(Object, Object) Indicates whether two objects are equal. (Implements IEqualityComparer.Equals)
GetHashCode() (Inherited from Object)
GetHashCode(Literal) Gets the hash code for the specified Literal. (Implements IEqualityComparer<Literal>.GetHashCode)
GetHashCode(Object) Gets the hash code for the specified literal. (Implements IEqualityComparer.GetHashCode)
GetType() (Inherited from Object)
GetValue(Literal) Returns a value to compare.
MemberwiseClone() (Inherited from Object)
ToString() (Inherited from Object)