Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static bool operator ==(
	FieldType a,
	FieldType b
)
Public Shared Operator = ( 
	a As FieldType,
	b As FieldType
) As Boolean
public:
static bool operator ==(
	FieldType^ a, 
	FieldType^ b
)
static let inline (=)
        a : FieldType * 
        b : FieldType  : bool

Parameters

a
FieldType
b
FieldType

Return Value

Boolean

See Also