SignatureHeader.Equals Method
Definition
Overloads
Equals(Object) |
Compares the specified object with this SignatureHeader for equality. |
Equals(SignatureHeader) |
Compares two SignatureHeader values for equality. |
Equals(Object)
Compares the specified object with this SignatureHeader for equality.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to compare.
Returns
true
if the objects are equal; otherwise, false
.
Applies to
Equals(SignatureHeader)
Compares two SignatureHeader values for equality.
public:
virtual bool Equals(System::Reflection::Metadata::SignatureHeader other);
public bool Equals (System.Reflection.Metadata.SignatureHeader other);
override this.Equals : System.Reflection.Metadata.SignatureHeader -> bool
Public Function Equals (other As SignatureHeader) As Boolean
Parameters
- other
- SignatureHeader
The value to compare.
Returns
true
if the values are equal; otherwise, false
.