Entry.Equality Operator
Check equality of two
Entry objects.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool operator ==(
Entry c1,
Entry c2
)
Public Shared Operator = (
c1 As Entry,
c2 As Entry
) As Boolean
public:
static bool operator ==(
Entry^ c1,
Entry^ c2
)
static let inline (=)
c1 : Entry *
c2 : Entry : bool
- c1 Entry
- First instance of the Entry to check.
- c2 Entry
- Second instance of the Entry to check.
Booleantrue if two
Entry objects are equal,
false otherwise.