Skip to main content

MetadataName.Equals Method

Containing Type: MetadataName

Assembly: Roslynator.Core.dll

Overloads​

MethodSummary
Equals(MetadataName)Indicates whether this instance and a specified MetadataName are equal. (Implements IEquatable<MetadataName>.Equals)
Equals(Object)Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals)

Equals(MetadataName)​

Indicates whether this instance and a specified MetadataName are equal.

public bool Equals(Roslynator.MetadataName other)

Parameters​

other   MetadataName

Returns​

Boolean

Implements​

Equals(Object)​

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters​

obj   Object

The object to compare with the current instance.

Returns​

Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.