[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool operator ==(
Account account0,
Account account1
)
public static bool operator ==(
Account account0,
Account account1
)
Public Shared Operator = (
account0 As Account,
account1 As Account
) As Boolean
Public Shared Operator = (
account0 As Account,
account1 As Account
) As Boolean
public:
static bool operator ==(
Account account0,
Account account1
)
public:
static bool operator ==(
Account account0,
Account account1
)
static let inline (=)
account0 : Account *
account1 : Account : boolstatic let inline (=)
account0 : Account *
account1 : Account : boolReturn Value
Type:
Boolean