Click or drag to resize

PerformanceAssessmentField.Equals Method (PerformanceAssessmentField)

Indicates whether another instance of this type is exactly equal to this instance.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public bool Equals(
	PerformanceAssessmentField other
)

Parameters

other
Type: AGI.Foundation.Navigation.DataReaders.PerformanceAssessmentField
The instance to compare to this instance.

Return Value

Type: Boolean
true if other represents the same value as this instance; otherwise false.

Implements

IEquatable<T>.Equals(T)
See Also