MetadataName.Equals Method
Containing Type: MetadataName
Assembly: Roslynator.Core.dll
Overloads
Method | Summary |
---|---|
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
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
true if obj and this instance are the same type and represent the same value; otherwise, false.