FieldType
Equality Operator
|
Checks Objects is equal.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
-
Type:
Spire.Presentation
FieldType
-
b
-
Type:
Spire.Presentation
FieldType
Return Value
Type:
Boolean
See Also