Base object class to provide common properties: Flag and Index

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
[SerializableAttribute]
public class BaseObject : IComparable<BaseObject>, 
	IEquatable<BaseObject>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BaseObject _
	Implements IComparable(Of BaseObject), IEquatable(Of BaseObject)
Visual C++
[SerializableAttribute]
public ref class BaseObject : IComparable<BaseObject^>, 
	IEquatable<BaseObject^>

Inheritance Hierarchy

See Also