'Declaration Public Operator =( _ ByVal sl1 As StackLength, _ ByVal sl2 As StackLength _ ) As Boolean
'Usage
public bool operator ==( StackLength sl1, StackLength sl2 )
Parameters
- sl1
- first StackLength to compare.
- sl2
- second StackLength to compare.
Return Value
true if specified StackLengths have same value