MfEqualityComparerBase

Namespace ›› System ››
Parent Previous Next

MfEqualityComparerBase Class

(Inherits from MfObject)

Abstract class that defines methods to support the comparison of objects for equality.

Links

Methods

Constructors


Name

Description

Constructor()

Constructor for abstract class MfEqualityComparerBase

Methods


Name

Description

AddAttribute()

Adds MfAttribute extended items to extended classes. Inherited from MfObject.

CompareTo()

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from MfObject.

Equals(obj)

Compares obj to current instance to see if they are the same. Inherited from MfObject.

Equals(x, y)

Abstract method. Determines whether the specified objects are equal.

GetAttribute(index)

Gets an MfAttribute of the class. Inherited from MfObject.

GetAttributes()

Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance. Inherited from MfObject.

GetHashCode()

Abstract method. Returns a hash code for the specified MfObject. Overrides MfObject.GetHasCode()

GetIndexOfAttribute(attrib)

Gets the zero-based index value of the position of MfAttribute within the instance of the class. Inherited from MfObject.

GetType()

Gets the Type for the for the Class .Inherited from MfObject.

HasAttribute(attrib)

Gets if the current instance of class derived from MfSystemException has MfAttribute. Inherited from MfObject.

Is(type)

Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject.

IsInstance()

Get if the current class is an instance. Inherited from MfObject.

MemberwiseClone()

Creates a shallow copy of the current MfObject instance. Inherited from MfObject.

ToString()

Gets a string representation of the MfObject. Inherited from MfObject.

VerifyIsInstance([ClassName, LineFile, LineNumber, Source])

Verifies the the current object is set to an instance. Inherited from MfObject.

VerifyIsNotInstance([MethodName, LineFile, LineNumber, Source])

Verifies the the current object is NOT set to an instance. Used in Static methods. Inherited from MfObject.