Click or drag to resize
FieldEquals Method
Test for equality.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
A reference to another Field object to compare with.

Return Value

Type: Boolean
Returns true if equal, otherwise false
See Also