Equals

FieldType.Equals method

Checks if this field is equal to another.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectField to compare.

Return Value

True if fields are equal.

See Also