SeatCountEquals(SeatCount) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool Equals(
SeatCount other
)
Public Function Equals (
other As SeatCount
) As Boolean
public:
virtual bool Equals(
SeatCount other
) sealed
abstract Equals :
other : SeatCount -> bool
override Equals :
other : SeatCount -> bool Parameters
- other SeatCount
- An object to compare with this object.
Return Value
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also