Share via


Position Members

Include Protected Members
Include Inherited Members

Represents a tuple reference contained by an Axis.

The Position type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two instances of System.Object are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality(Position, Position) Determines whether two specified instances of Position are equal.
Public operatorStatic member Inequality(Position, Position) Determines whether two specified instances of Position are not equal.

Top

Properties

  Name Description
Public property Members Gets an instance of the MemberCollection class that contains the members of the Position.
Public property Ordinal Gets the ordinal position of the Position.

Top