Table of Contents

Class FrameworkReference

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
public sealed class FrameworkReference : IEquatable<FrameworkReference>, IComparer<FrameworkReference>, IComparable<FrameworkReference>
Inheritance
FrameworkReference
Implements
Inherited Members

Constructors

FrameworkReference(string)

public FrameworkReference(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string

Methods

Compare(FrameworkReference, FrameworkReference)

public int Compare(FrameworkReference x, FrameworkReference y)

Parameters

x FrameworkReference
y FrameworkReference

Returns

int

CompareTo(FrameworkReference)

public int CompareTo(FrameworkReference other)

Parameters

other FrameworkReference

Returns

int

Equals(FrameworkReference)

public bool Equals(FrameworkReference other)

Parameters

other FrameworkReference

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int