Compare two Insets for equality.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool operator ==(
Inset a,
Inset b
)
Public Shared Operator = (
a As Inset,
b As Inset
) As Boolean
static let inline (=)
a : Inset *
b : Inset : bool
Parameters
- a
- Type: WebSupergoo.WordGlue4Inset
First Insets for comparision.
- b
- Type: WebSupergoo.WordGlue4Inset
Second Insets for comparision.
Return Value
Type:
Boolean
True if the values are equal.
See Also