Click or drag to resize

RecordRestrictionEquals(RecordRestriction) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntax
public bool Equals(
	RecordRestriction other
)
View Source

Parameters

other  RecordRestriction
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also