'Declaration
Public Overloads Function Equals( _ ByVal other As WorksheetReference _ ) As Boolean
'Usage
Dim instance As WorksheetReference Dim other As WorksheetReference Dim value As Boolean value = instance.Equals(other)
public bool Equals( WorksheetReference other )
Parameters
- other
- A WorksheetReference value to compare with this WorksheetReference value.