Struct IfcLogical
Implements
System.IEquatable<System.Nullable<System.Boolean>>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcLogical", 54)]
[DefinedType(typeof(bool? ))]
public struct IfcLogical : IfcSimpleValue, IfcValue, IfcAppliedValueSelect, IfcMetricValueSelect, IIfcSimpleValue, IIfcValue, IIfcAppliedValueSelect, IIfcMetricValueSelect, IExpressSelectType, IExpressValueType, IPersist, IExpressLogicalType, IEquatable<bool?>
Constructors
|
Improve this Doc
View Source
IfcLogical(Nullable<Boolean>)
Declaration
public IfcLogical(bool? val)
Parameters
Type |
Name |
Description |
System.Nullable<System.Boolean> |
val |
|
|
Improve this Doc
View Source
IfcLogical(String)
Declaration
public IfcLogical(string val)
Parameters
Type |
Name |
Description |
System.String |
val |
|
Properties
|
Improve this Doc
View Source
Value
Declaration
public readonly object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Equals(Nullable<Boolean>)
Declaration
public bool Equals(bool? other)
Parameters
Type |
Name |
Description |
System.Nullable<System.Boolean> |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
|
Improve this Doc
View Source
Equality(IfcLogical, IfcLogical)
Declaration
public static bool operator ==(IfcLogical obj1, IfcLogical obj2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Implicit(Nullable<Boolean> to IfcLogical)
Declaration
public static implicit operator IfcLogical(bool? value)
Parameters
Type |
Name |
Description |
System.Nullable<System.Boolean> |
value |
|
Returns
|
Improve this Doc
View Source
Implicit(IfcLogical to Nullable<Boolean>)
Declaration
public static implicit operator bool? (IfcLogical obj)
Parameters
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Inequality(IfcLogical, IfcLogical)
Declaration
public static bool operator !=(IfcLogical obj1, IfcLogical obj2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IExpressLogicalType.Value
Declaration
readonly bool? IExpressLogicalType.Value { get; }
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
IExpressValueType.UnderlyingSystemType
Declaration
readonly Type IExpressValueType.UnderlyingSystemType { get; }
Returns
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
IPersist.Parse(Int32, IPropertyValue, Int32[])
Declaration
void IPersist.Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Implements
System.IEquatable<T>