Click or drag to resize

BasicConstantEquality Operator

Determines whether two BasicConstant objects are equal.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static bool operator ==(
	BasicConstant left,
	BasicConstant right
)

Parameters

left
Type: Limilabs.MailBasicConstant
First object to compare.
right
Type: Limilabs.MailBasicConstant
Second object to compare.

Return Value

Type: Boolean
if the specified objects are equal; otherwise, .
See Also