Test whether the two Signatures are the same.

 

   

Syntax
 

[C#]
virtual bool Equals(Signature other)

[Visual Basic]
Overridable Function Equals(other As Signature) As Boolean

 

   

Params
 
Name Description
other The Signature to test against.
return Whether the Signatures are equal.

 

   

Notes
 
Test whether the two Signatures are the same.

 

   

Example
 
None.