'Declaration
Protected Overloads Function Equals( _ ByVal other As NetworkCredential2 _ ) As Boolean
'Usage
Dim instance As NetworkCredential2 Dim other As NetworkCredential2 Dim value As Boolean value = instance.Equals(other)
protected bool Equals( NetworkCredential2 other )
protected: bool Equals( NetworkCredential2^ other )
Parameters
- other
- The NetworkCredential2 to compare with the current object.
Return Value
true
if the specified object is equal to the current object; otherwise, false
.