Test whether the two Signatures are the same.

 

   

Syntax
 

[C#]
virtual bool Equals(Signature other)

 

   

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.