public sealed class Gender
Public NotInheritable Class Gender
public ref class Gender sealed
[<SealedAttribute>]
type Gender = class end
Female | A singleton that encapsulates Female |
Identity | Free text describing the gender identity. |
IsEmpty | Returns true if the Gender object does not contain any usable data, otherwise false. |
Male | A singleton that encapsulates Male |
Sex | Standardized information about the gender of the object the VCard represents. |
Create | Creates a Gender instance with the specified sex and gender-identity. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |