public static bool operator ==(
GitHubAuthor author1,
GitHubAuthor author2
)
Public Shared Operator = (
author1 As GitHubAuthor,
author2 As GitHubAuthor
) As Boolean
Dim author1 As GitHubAuthor
Dim author2 As GitHubAuthor
Dim returnValue As Boolean
returnValue = (author1 = author2)
public:
static bool operator ==(
GitHubAuthor^ author1,
GitHubAuthor^ author2
)
static let inline (=)
author1 : GitHubAuthor *
author2 : GitHubAuthor : bool
No code example is currently available or this language may not be supported.